mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-12-08 06:29:47 +00:00
chore: branding usage of generate command (#10068)
- s/Gitea/Forgejo/ for the 'generate' subcommand. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10068 Reviewed-by: Lucas <sclu1034@noreply.codeberg.org> Co-authored-by: Robert Wolff <mahlzahn@posteo.de> Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
parent
b29641a357
commit
494ed3d39c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import (
|
||||||
func cmdGenerate() *cli.Command {
|
func cmdGenerate() *cli.Command {
|
||||||
return &cli.Command{
|
return &cli.Command{
|
||||||
Name: "generate",
|
Name: "generate",
|
||||||
Usage: "Generate Gitea's secrets/keys/tokens",
|
Usage: "Generate Forgejo's secrets/keys/tokens",
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
subcmdSecret(),
|
subcmdSecret(),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue