dev-cmd/bump-{cask,formula}-pr: args.message is before the default
- I was wondering why `brew bump` PRs have descriptions with both commands, like: ``` Created with `brew bump`. --- Created by `brew bump-formula-pr`. ``` - Then I read the code and realised that "append" was the wrong word for the `--message` arg description.
This commit is contained in:
parent
759ab2d0bd
commit
c37601f585
@ -41,7 +41,7 @@ module Homebrew
|
||||
flag "--version=",
|
||||
description: "Specify the new <version> for the cask."
|
||||
flag "--message=",
|
||||
description: "Append <message> to the default pull request message."
|
||||
description: "Prepend <message> to the default pull request message."
|
||||
flag "--url=",
|
||||
description: "Specify the <URL> for the new download."
|
||||
flag "--sha256=",
|
||||
|
||||
@ -60,7 +60,7 @@ module Homebrew
|
||||
"that `--version=0` can be used to delete an existing version override from a " \
|
||||
"formula if it has become redundant."
|
||||
flag "--message=",
|
||||
description: "Append <message> to the default pull request message."
|
||||
description: "Prepend <message> to the default pull request message."
|
||||
flag "--url=",
|
||||
description: "Specify the <URL> for the new download. If a <URL> is specified, the <SHA-256> " \
|
||||
"checksum of the new download should also be specified."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user