diff options
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ func init() { func main() { app := cli.NewApp() app.Name = "Gogs" - app.Usage = "Go Git Service" + app.Usage = "Go Git Service: a painless self-hosted Git service" app.Version = APP_VER app.Commands = []cli.Command{ cmd.CmdWeb, |