浏览代码

[doctor] update the help with fix capabilities (#19762)

* [doctor] update the help with fix capabilities
tags/v1.18.0-dev
silentcodeg 2 年前
父节点
当前提交
2c66bd8afd
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      cmd/doctor.go

+ 2
- 2
cmd/doctor.go 查看文件

@@ -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{

正在加载...
取消
保存