summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
diff options
context:
space:
mode:
authorJoubert RedRat <eu+github@redrat.com.br>2016-12-21 10:13:17 -0200
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-21 20:13:17 +0800
commitce21ed6c3490cdfad797319cbb1145e2330a8fef (patch)
tree570c4eded0ca748c651209a0018d0ec7240d59f2 /cmd/web.go
parent618407c018cdf668ceedde7454c42fb22ba422d8 (diff)
downloadgitea-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.go4
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{