diff --git a/command/root.go b/command/root.go index 9b1040be6..489cd7f30 100644 --- a/command/root.go +++ b/command/root.go @@ -37,11 +37,7 @@ type FlagError struct { var RootCmd = &cobra.Command{ Use: "gh", Short: "GitHub CLI", - Long: `Work seamlessly with GitHub from your command-line, starting - with issues and pull requests. - - (Note: gh is in a very alpha phase.)`, - + Long: `Work seamlessly with GitHub from the command line`, SilenceErrors: true, SilenceUsage: true, }