소스 검색

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

* [doctor] update the help with fix capabilities
tags/v1.18.0-dev
silentcodeg 2 년 전
부모
커밋
2c66bd8afd
No account linked to committer's email address
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{

Loading…
취소
저장