Merge pull request #14161 from issyl0/prepend-not-append
dev-cmd/bump-{cask,formula}-pr: `args.message` is before the default
This commit is contained in:
commit
dc58f963df
@ -41,7 +41,7 @@ module Homebrew
|
|||||||
flag "--version=",
|
flag "--version=",
|
||||||
description: "Specify the new <version> for the cask."
|
description: "Specify the new <version> for the cask."
|
||||||
flag "--message=",
|
flag "--message=",
|
||||||
description: "Append <message> to the default pull request message."
|
description: "Prepend <message> to the default pull request message."
|
||||||
flag "--url=",
|
flag "--url=",
|
||||||
description: "Specify the <URL> for the new download."
|
description: "Specify the <URL> for the new download."
|
||||||
flag "--sha256=",
|
flag "--sha256=",
|
||||||
|
@ -60,7 +60,7 @@ module Homebrew
|
|||||||
"that `--version=0` can be used to delete an existing version override from a " \
|
"that `--version=0` can be used to delete an existing version override from a " \
|
||||||
"formula if it has become redundant."
|
"formula if it has become redundant."
|
||||||
flag "--message=",
|
flag "--message=",
|
||||||
description: "Append <message> to the default pull request message."
|
description: "Prepend <message> to the default pull request message."
|
||||||
flag "--url=",
|
flag "--url=",
|
||||||
description: "Specify the <URL> for the new download. If a <URL> is specified, the <SHA-256> " \
|
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."
|
"checksum of the new download should also be specified."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user