diff --git a/command/pr_create.go b/command/pr_create.go index bd4beaab4..41c7ca19b 100644 --- a/command/pr_create.go +++ b/command/pr_create.go @@ -167,7 +167,7 @@ func init() { "Supply a title. Will prompt for one otherwise.") prCreateCmd.Flags().StringP("body", "b", "", "Supply a body. Will prompt for one otherwise.") - prCreateCmd.Flags().StringP("base", "T", "", + prCreateCmd.Flags().StringP("base", "B", "", "The branch into which you want your code merged") prCreateCmd.Flags().BoolP("web", "w", false, "Open the web browser to create a pull request") }