From b64db1213fc9fb8cdca0096fa7bb78a593678b43 Mon Sep 17 00:00:00 2001 From: evelyn masso Date: Wed, 20 Nov 2019 15:11:25 -0800 Subject: [PATCH] formatting :sweat_smile: --- command/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/root.go b/command/root.go index 7191d454c..e7ed45b63 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: `Integrate GitHub into your command-line workflow, starting with issues and pull requests. (Note: gh is in a very alpha phase.)`,