forked from forgejo/forgejo
[BRANDING] s/Gitea/Forgejo/g in CLI output
(cherry picked from commit7543c126bb
) (cherry picked from commitb66f422fc3
)
This commit is contained in:
parent
14d3ae7e3a
commit
a81e4e46f3
10 changed files with 28 additions and 28 deletions
|
@ -15,7 +15,7 @@ import (
|
|||
var CmdDocs = &cli.Command{
|
||||
Name: "docs",
|
||||
Usage: "Output CLI documentation",
|
||||
Description: "A command to output Gitea's CLI documentation, optionally to a file.",
|
||||
Description: "A command to output Forgejo's CLI documentation, optionally to a file.",
|
||||
Action: runDocs,
|
||||
Flags: []cli.Flag{
|
||||
&cli.BoolFlag{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue