diff options
author | silentcodeg <105681448+silentcodeg@users.noreply.github.com> | 2022-05-20 05:39:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 05:39:52 +0200 |
commit | 2c66bd8afd7f6114f3d0febe04c80e6bcf70c558 (patch) | |
tree | 73322a4b2ec5c560513ae55cdcf20194379047f6 /cmd/doctor.go | |
parent | ac8bee6aebd69db0c110343a527ae5b7d0ec6092 (diff) | |
download | gitea-2c66bd8afd7f6114f3d0febe04c80e6bcf70c558.tar.gz gitea-2c66bd8afd7f6114f3d0febe04c80e6bcf70c558.zip |
[doctor] update the help with fix capabilities (#19762)
* [doctor] update the help with fix capabilities
Diffstat (limited to 'cmd/doctor.go')
-rw-r--r-- | cmd/doctor.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/doctor.go b/cmd/doctor.go index 10f62f32c1..73dfeb1dbe 100644 --- a/cmd/doctor.go +++ b/cmd/doctor.go @@ -24,8 +24,8 @@ import ( // CmdDoctor represents the available doctor sub-command. var CmdDoctor = cli.Command{ Name: "doctor", - Usage: "Diagnose problems", - Description: "A command to diagnose problems with the current Gitea instance according to the given configuration.", + Usage: "Diagnose and optionally fix problems", + Description: "A command to diagnose problems with the current Gitea instance according to the given configuration. Some problems can optionally be fixed by modifying the database or data storage.", Action: runDoctor, Flags: []cli.Flag{ cli.BoolFlag{ |