diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-24 07:36:38 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-24 07:36:38 -0400 |
commit | 59bbddb3183c27cbb5fb7918cefd9bb3a763a410 (patch) | |
tree | 89f4faae12e81201268055029863db7a61c4a9ea /web.go | |
parent | d44c44987f704e2d4343db8c252281c86adb4a71 (diff) | |
download | gitea-59bbddb3183c27cbb5fb7918cefd9bb3a763a410.tar.gz gitea-59bbddb3183c27cbb5fb7918cefd9bb3a763a410.zip |
Mirror fix
Diffstat (limited to 'web.go')
-rw-r--r-- | web.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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{}, } |