[BRANDING] s/Gitea/Forgejo/g in CLI output

This commit is contained in:
Caesar Schinas 2023-08-29 15:28:23 +01:00
commit 7543c126bb
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF
10 changed files with 28 additions and 28 deletions

View file

@ -78,7 +78,7 @@ func appGlobalFlags() []cli.Flag {
&cli.StringFlag{
Name: "work-path",
Aliases: []string{"w"},
Usage: "Set Gitea's working path (defaults to the Gitea's binary directory)",
Usage: "Set Forgejo's working path (defaults to the directory of the Forgejo binary)",
},
}
}