diff options
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -// Gogs (Go Git Service) is a painless self-hosted Git Service. +// Gogs is a painless self-hosted Git Service. package main import ( @@ -25,7 +25,7 @@ func init() { func main() { app := cli.NewApp() app.Name = "Gogs" - app.Usage = "Go Git Service: a painless self-hosted Git service" + app.Usage = "A painless self-hosted Git service" app.Version = APP_VER app.Commands = []cli.Command{ cmd.CmdWeb, |