1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-15 18:56:59 +00:00

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

(cherry picked from commit 7543c126bb)
(cherry picked from commit b66f422fc3)
This commit is contained in:
Caesar Schinas 2023-08-29 15:28:23 +01:00 committed by Earl Warren
parent 14d3ae7e3a
commit a81e4e46f3
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
10 changed files with 28 additions and 28 deletions

View file

@ -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{