From c960e568f8f05f7bfc8e53b28cf2438e53a5c905 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 2 Jun 2020 13:52:42 -0500 Subject: [PATCH] w h i t e s p a c e --- command/alias.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/alias.go b/command/alias.go index 63e122bf4..1e8470fea 100644 --- a/command/alias.go +++ b/command/alias.go @@ -27,8 +27,7 @@ var aliasSetCmd = &cobra.Command{ // linux in various shells against cobra 1.0; others on macos did /not/ see the same behavior. DisableFlagParsing: true, Short: "Create a shortcut for a gh command", - Long: ` -This command lets you write your own shortcuts for running gh. They can be simple strings or accept placeholder arguments.`, + Long: `This command lets you write your own shortcuts for running gh. They can be simple strings or accept placeholder arguments.`, Example: ` gh alias set pv 'pr view' # gh pv -w 123 -> gh pr view -w 123.