This commit is contained in:
Nate Smith 2019-12-11 15:03:23 -06:00 committed by GitHub
parent 5949ca4b56
commit 995093591b

View file

@ -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")
}