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/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/update.go') diff --git a/cmd/update.go b/cmd/update.go index 2ea7e942..c9eaeccf 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", "Configuration file", ""}, + cli.StringFlag{"config, c", "custom/conf/app.ini", "Custom configuration file path", ""}, }, } -- cgit v1.2.3