diff options
author | JonRB <4564448+eeyrjmr@users.noreply.github.com> | 2023-09-03 19:44:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 14:44:01 -0400 |
commit | 99a55954081975505789bb6439dab9dd44bb4b18 (patch) | |
tree | c40614e9e95dc1ee420276de1fb734035ac44a85 /cmd | |
parent | 918accaafa6f933eb055bb796ba167f12c514e47 (diff) | |
download | gitea-99a55954081975505789bb6439dab9dd44bb4b18.tar.gz gitea-99a55954081975505789bb6439dab9dd44bb4b18.zip |
clarify aspects of the dump command (#26887)
clarify aspects of the dump command
Possibly closes #26862
---------
Co-authored-by: delvh <dev.lh@web.de>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/dump.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dump.go b/cmd/dump.go index 9b5259b86f..97f292ae09 100644 --- a/cmd/dump.go +++ b/cmd/dump.go @@ -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", |