mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-17 11:36:22 +00:00
Merge pull request '[BRANDING] cmd/manager.go' (#1444) from firefly-cpp/forgejo:manager-process-replace into forgejo-branding
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1444
This commit is contained in:
commit
795d7b6665
|
@ -16,8 +16,8 @@ var (
|
|||
// CmdManager represents the manager command
|
||||
CmdManager = &cli.Command{
|
||||
Name: "manager",
|
||||
Usage: "Manage the running gitea process",
|
||||
Description: "This is a command for managing the running gitea process",
|
||||
Usage: "Manage the running forgejo process",
|
||||
Description: "This is a command for managing the running forgejo process",
|
||||
Subcommands: []*cli.Command{
|
||||
subcmdShutdown,
|
||||
subcmdRestart,
|
||||
|
|
Loading…
Reference in a new issue