From 644431e39c0c5c0cc2fb0ff528b728c9087fcf25 Mon Sep 17 00:00:00 2001 From: Odyssium Date: Sat, 1 Apr 2023 22:03:15 +0200 Subject: [PATCH] "This command" Signed-off-by: Odyssium --- cmd/gothub/env.go | 2 +- cmd/gothub/setup.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gothub/env.go b/cmd/gothub/env.go index c858b0b..f61ae09 100644 --- a/cmd/gothub/env.go +++ b/cmd/gothub/env.go @@ -12,7 +12,7 @@ import ( var envCmd = &cobra.Command{ Use: "env", Short: "Get environment variable status", - Long: `gothub env will show you the status of all environment variables that are used by GotHub.`, + Long: `This command will show you the status of all environment variables that are used by GotHub.`, Run: func(cmd *cobra.Command, args []string) { env() }, diff --git a/cmd/gothub/setup.go b/cmd/gothub/setup.go index 0ddcdda..4e9fbca 100644 --- a/cmd/gothub/setup.go +++ b/cmd/gothub/setup.go @@ -10,7 +10,7 @@ import ( var setupCmd = &cobra.Command{ Use: "setup", Short: "Interactive GotHub instance setup wizard", - Long: `gothub setup allows you to setup your GotHub instance in an interactive way. It will ask you a few questions and then set environment variables for you.`, + Long: `This command allows you to setup your GotHub instance in an interactive way. It will ask you a few questions and then set environment variables for you.`, Run: func(cmd *cobra.Command, args []string) { setup() },