Mirror fix

This commit is contained in:
Unknown 2014-03-24 07:36:38 -04:00
parent d44c44987f
commit 59bbddb318
8 changed files with 19 additions and 11 deletions

5
web.go
View file

@ -31,9 +31,10 @@ import (
var CmdWeb = cli.Command{
Name: "web",
Usage: "just run",
Usage: "Gogs web server",
Description: `
gogs web`,
gogs web server is the only thing you need to run,
and it takes care of all the other things for you`,
Action: runWeb,
Flags: []cli.Flag{},
}