diff options
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{ |