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.