From d1dba2c79db63a6fc23e6bbab2b8dcbdaf43b679 Mon Sep 17 00:00:00 2001 From: firefly-cpp Date: Fri, 15 Sep 2023 17:37:25 +0200 Subject: [PATCH] [BRANDING] cmd/manager.go --- cmd/manager.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/manager.go b/cmd/manager.go index bd2da8edc7..b74771e53d 100644 --- a/cmd/manager.go +++ b/cmd/manager.go @@ -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,