clarify aspects of the dump command (#26887)
clarify aspects of the dump command Possibly closes #26862 --------- Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
918accaafa
commit
99a5595408
2 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@ It can be used for backup and capture Gitea server image to send to maintainer`,
|
|||
&cli.StringFlag{
|
||||
Name: "database",
|
||||
Aliases: []string{"d"},
|
||||
Usage: "Specify the database SQL syntax",
|
||||
Usage: "Specify the database SQL syntax: sqlite3, mysql, mssql, postgres",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "skip-repository",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue