diff options
| author | Mike McQuaid | 2017-10-30 09:14:53 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-10-30 09:14:53 +0000 | 
| commit | 6ddf3f8796abc669137e58b4032e2ab9c5d17930 (patch) | |
| tree | 44f7ce3ad4c9d1c32e01b8068d913c16ca0eceb6 /docs | |
| parent | 7a0fdc3d03e8ee97f49cb0e1f061271c6c492dd4 (diff) | |
| download | brew-6ddf3f8796abc669137e58b4032e2ab9c5d17930.tar.bz2 | |
bump-formula-pr: add --no-browse option.
If `--no-browse` is passed, don't pass the `--browse` argument to `hub`
which opens the pull request URL in a browser. Instead, output it to the
command line.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Manpage.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index 2fe0016d9..d94cec30a 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -726,6 +726,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note      If `--message=``message` is passed, append `message` to the default PR      message. +    If `--no-browse` is passed, don't pass the `--browse` argument to `hub` +    which opens the pull request URL in a browser. Instead, output it to the +    command line. +      Note that this command cannot be used to transition a formula from a      URL-and-sha256 style specification into a tag-and-revision style      specification, nor vice versa. It must use whichever style specification | 
