diff --git a/help.go b/help.go index 16a5aa1a..9a1557d7 100644 --- a/help.go +++ b/help.go @@ -9,7 +9,7 @@ import ( var cmdHelp = &Command{ Usage: "help [command]", - Short: "show help", + Short: "Show help", Long: `Help shows usage for a command.`, } diff --git a/version.go b/version.go index 52410ee0..985017f7 100644 --- a/version.go +++ b/version.go @@ -9,7 +9,7 @@ const Version = "dev" var cmdVersion = &Command{ Run: runVersion, Usage: "version", - Short: "show gh version", + Short: "Show gh version", Long: `Version shows the gh client version showstring.`, }