Skip to content

Commit 2c66bd8

Browse files
authored
[doctor] update the help with fix capabilities (#19762)
* [doctor] update the help with fix capabilities
1 parent ac8bee6 commit 2c66bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/doctor.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
// CmdDoctor represents the available doctor sub-command.
2525
var CmdDoctor = cli.Command{
2626
Name: "doctor",
27-
Usage: "Diagnose problems",
28-
Description: "A command to diagnose problems with the current Gitea instance according to the given configuration.",
27+
Usage: "Diagnose and optionally fix problems",
28+
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.",
2929
Action: runDoctor,
3030
Flags: []cli.Flag{
3131
cli.BoolFlag{

0 commit comments

Comments
 (0)