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() },