From b30054c55a2d7af3697f6817ac8ea6733097f47c Mon Sep 17 00:00:00 2001 From: evelyn masso Date: Thu, 21 Nov 2019 10:20:54 -0800 Subject: [PATCH] use the offish tag line from @ampinsk --- command/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/root.go b/command/root.go index e7ed45b63..9b1040be6 100644 --- a/command/root.go +++ b/command/root.go @@ -37,7 +37,7 @@ type FlagError struct { var RootCmd = &cobra.Command{ Use: "gh", Short: "GitHub CLI", - Long: `Integrate GitHub into your command-line workflow, starting + Long: `Work seamlessly with GitHub from your command-line, starting with issues and pull requests. (Note: gh is in a very alpha phase.)`,