mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 16:40:52 +00:00
Remove remaining Gogs reference on locales and cmd (#430)
This commit is contained in:
parent
618407c018
commit
ce21ed6c34
28 changed files with 286 additions and 284 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue