Merge branch 'dev' of github.com:gogits/gogs into dev

This commit is contained in:
Unknown 2014-04-30 03:44:32 -04:00
commit b36448a537
3 changed files with 51 additions and 0 deletions

View file

@ -35,6 +35,7 @@ func main() {
CmdWeb,
CmdServ,
CmdUpdate,
CmdFix,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)