diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-05 00:55:17 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-05 00:55:17 -0400 |
commit | a641854cad6dddda551a2995c765e970f7cea8ba (patch) | |
tree | 9ed5c0e085ed7f31461f82a224856dc86a14a77b /cmd/fix.go | |
parent | bb0bc0a240acf745001c1cb3f0f64c8fb8ab696b (diff) | |
download | gitea-a641854cad6dddda551a2995c765e970f7cea8ba.tar.gz gitea-a641854cad6dddda551a2995c765e970f7cea8ba.zip |
command dump
Diffstat (limited to 'cmd/fix.go')
-rw-r--r-- | cmd/fix.go | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cmd/fix.go b/cmd/fix.go index 47134cd146..809c00396f 100644 --- a/cmd/fix.go +++ b/cmd/fix.go @@ -14,12 +14,11 @@ import ( ) var CmdFix = cli.Command{ - Name: "fix", - Usage: "This command for upgrade from old version", - Description: ` -gogs fix provide upgrade from old version`, - Action: runFix, - Flags: []cli.Flag{}, + Name: "fix", + Usage: "This command for upgrade from old version", + Description: `Fix provide upgrade from old version`, + Action: runFix, + Flags: []cli.Flag{}, } func runFix(k *cli.Context) { |