From b6fa0d6c117600c56e7678d34de10c5609c330a7 Mon Sep 17 00:00:00 2001 From: Odyssey346 Date: Sat, 1 Apr 2023 17:20:32 +0200 Subject: [PATCH] I don't agree with this cmd description Signed-off-by: Odyssey346 --- cmd/gothub/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gothub/root.go b/cmd/gothub/root.go index f46160c..496a4ab 100644 --- a/cmd/gothub/root.go +++ b/cmd/gothub/root.go @@ -10,7 +10,7 @@ import ( var rootCmd = &cobra.Command{ Use: "gothub", Short: "An alternative front-end for GitHub.", - Long: `An alternative front-end for GitHub written in Go Fiber.`, + Long: `An alternative front-end for GitHub, maintained by Odyssey346, Midou36O and Arya.`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() },