From 977d47b263180e3f7bedd2270652959eef41d2e9 Mon Sep 17 00:00:00 2001 From: Amanda Pinsker Date: Fri, 22 Nov 2019 11:07:59 -0800 Subject: [PATCH] Shorten top summary --- command/root.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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, }