Change verbose flag in dump command to avoid colliding with global version flag (#6822)
* Change verbose flag to avoid colliding with version flag * Update docs Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
caba2829ef
commit
e255df83a6
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ It can be used for backup and capture Gitea server image to send to maintainer`,
|
|||
Usage: "Name of the dump file which will be created.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "verbose, v",
|
||||
Name: "verbose, V",
|
||||
Usage: "Show process details",
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue