// CmdDoctor represents the available doctor sub-command.
// CmdDoctor represents the available doctor sub-command.
varCmdDoctor=cli.Command{
varCmdDoctor=cli.Command{
Name:"doctor",
Name:"doctor",
Usage:"Diagnose problems",
Usage:"Diagnose and optionally fix problems",
Description:"A command to diagnose problems with the current Gitea instance according to the given configuration.",
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.",