From f15fa9167ade8262bed437451585d319f12d1182 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 8 Feb 2015 21:26:14 -0500 Subject: cmd: code fix for #905 - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now) --- cmd/dump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/dump.go') diff --git a/cmd/dump.go b/cmd/dump.go index 57f1113e..36bb4f03 100644 --- a/cmd/dump.go +++ b/cmd/dump.go @@ -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", ""}, - cli.StringFlag{"config, c", "custom/conf/app.ini", "Configuration file", ""}, }, } -- cgit v1.2.3