mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Mirror fix
This commit is contained in:
parent
d44c44987f
commit
59bbddb318
8 changed files with 19 additions and 11 deletions
5
web.go
5
web.go
|
@ -31,9 +31,10 @@ import (
|
|||
|
||||
var CmdWeb = cli.Command{
|
||||
Name: "web",
|
||||
Usage: "just run",
|
||||
Usage: "Gogs web server",
|
||||
Description: `
|
||||
gogs web`,
|
||||
gogs 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