diff options
author | Joubert RedRat <eu+github@redrat.com.br> | 2016-12-21 10:13:17 -0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-21 20:13:17 +0800 |
commit | ce21ed6c3490cdfad797319cbb1145e2330a8fef (patch) | |
tree | 570c4eded0ca748c651209a0018d0ec7240d59f2 /cmd/web.go | |
parent | 618407c018cdf668ceedde7454c42fb22ba422d8 (diff) | |
download | gitea-ce21ed6c3490cdfad797319cbb1145e2330a8fef.tar.gz gitea-ce21ed6c3490cdfad797319cbb1145e2330a8fef.zip |
Remove remaining Gogs reference on locales and cmd (#430)
Diffstat (limited to 'cmd/web.go')
-rw-r--r-- | cmd/web.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/web.go b/cmd/web.go index dfb3ac2385..db6e2305cd 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -44,8 +44,8 @@ import ( // CmdWeb represents the available web sub-command. var CmdWeb = cli.Command{ Name: "web", - Usage: "Start Gogs web server", - Description: `Gogs web server is the only thing you need to run, + Usage: "Start Gitea web server", + Description: `Gitea 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{ |