You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/doctor.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ import (
24
24
// CmdDoctor represents the available doctor sub-command.
25
25
varCmdDoctor= cli.Command{
26
26
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.",
0 commit comments