1
0
Fork 0
forked from forgejo/forgejo

fix api broken

This commit is contained in:
Unknwon 2015-11-15 17:07:44 -05:00
parent 35d49d3b34
commit e030109b5a
8 changed files with 59 additions and 12 deletions

View file

@ -25,8 +25,8 @@ var CmdDump = cli.Command{
It can be used for backup and capture Gogs server image to send to maintainer`,
Action: runDump,
Flags: []cli.Flag{
cli.StringFlag{"config, c", "custom/conf/app.ini", "Custom configuration file path", ""},
cli.BoolFlag{"verbose, v", "show process details", ""},
stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"),
boolFlag("verbose, v", "show process details"),
},
}