command dump

This commit is contained in:
Unknown 2014-05-05 00:55:17 -04:00
parent bb0bc0a240
commit a641854cad
7 changed files with 43 additions and 28 deletions

View file

@ -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) {