mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user