diff options
Diffstat (limited to 'cmd/update.go')
-rw-r--r-- | cmd/update.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/update.go b/cmd/update.go index 289aedbf61..4cd62a7f54 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -20,7 +20,7 @@ var CmdUpdate = cli.Command{ Description: `Update get pushed info and insert into database`, Action: runUpdate, Flags: []cli.Flag{ - cli.StringFlag{"config, c", "custom/conf/app.ini", "Custom configuration file path", ""}, + stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"), }, } |