Use 'Gitea Runner' branding in user-facing strings

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
This commit is contained in:
silverwind
2026-04-26 02:31:40 +02:00
parent fe73bf9a96
commit ded278da71
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ func Execute(ctx context.Context) {
// ./runner
rootCmd := &cobra.Command{
Use: "runner [event name to run]\nIf no event name passed, will default to \"on: push\"",
Short: "Actions runner for Gitea.",
Short: "Gitea Runner",
Args: cobra.MaximumNArgs(1),
Version: ver.Version(),
SilenceUsage: true,