Quellcode durchsuchen

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

* [doctor] update the help with fix capabilities
tags/v1.18.0-dev
silentcodeg vor 2 Jahren
Ursprung
Commit
2c66bd8afd
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      cmd/doctor.go

+ 2
- 2
cmd/doctor.go Datei anzeigen

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

Laden…
Abbrechen
Speichern