From ce21ed6c3490cdfad797319cbb1145e2330a8fef Mon Sep 17 00:00:00 2001 From: Joubert RedRat Date: Wed, 21 Dec 2016 10:13:17 -0200 Subject: Remove remaining Gogs reference on locales and cmd (#430) --- cmd/web.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/web.go') 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{ -- cgit v1.2.3