mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-31 14:36:47 +00:00
[BRANDING] s/Gitea/Forgejo/g in CLI output
(cherry picked from commit 7543c126bb
)
This commit is contained in:
parent
2dbb844606
commit
b66f422fc3
10 changed files with 28 additions and 28 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
// CmdKeys represents the available keys sub-command
|
||||
var CmdKeys = &cli.Command{
|
||||
Name: "keys",
|
||||
Usage: "This command queries the Gitea database to get the authorized command for a given ssh key fingerprint",
|
||||
Usage: "This command queries the Forgejo database to get the authorized command for a given ssh key fingerprint",
|
||||
Before: PrepareConsoleLoggerLevel(log.FATAL),
|
||||
Action: runKeys,
|
||||
Flags: []cli.Flag{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue