Skip to content

Commit

Permalink
[doctor] update the help with fix capabilities (go-gitea#19762)
Browse files Browse the repository at this point in the history
* [doctor] update the help with fix capabilities
  • Loading branch information
silentcodeg authored May 20, 2022
1 parent ac8bee6 commit 2c66bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/doctor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 2c66bd8

Please sign in to comment.