Fix sentence case
This commit is contained in:
parent
5810acf6ac
commit
bcf41fd5e7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ func init() {
|
|||
prCmd.AddCommand(prCloseCmd)
|
||||
prCmd.AddCommand(prReopenCmd)
|
||||
prCmd.AddCommand(prMergeCmd)
|
||||
prMergeCmd.Flags().BoolP("merge", "m", true, "merge the commits with the base branch")
|
||||
prMergeCmd.Flags().BoolP("merge", "m", true, "Merge the commits with the base branch")
|
||||
prMergeCmd.Flags().BoolP("rebase", "r", false, "Rebase the commits onto the base branch")
|
||||
prMergeCmd.Flags().BoolP("squash", "s", false, "Squash the commits into one commit and merge it into the base branch")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue