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
* giteaofficial/main:
Move org functions (go-gitea#19753)
[doctor] pq: syntax error at or near "." quote user table name (go-gitea#19765)
[doctor] update the help with fix capabilities (go-gitea#19762)
Remove fomantic progress module (go-gitea#19760)
Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (go-gitea#19729)
Enable packages by default again (as described by docs) (go-gitea#19746)
Replace blue button and label classes with primary (go-gitea#19763)
Fix org package owner permissions (go-gitea#19742)
Copy file name to clipboardExpand all lines: cmd/doctor.go
+2-2Lines changed: 2 additions & 2 deletions
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.",
} elseifctx.Package.Owner.Visibility==structs.VisibleTypePublic||ctx.Package.Owner.Visibility==structs.VisibleTypeLimited { // 2. Check if package owner is public or limited
0 commit comments