diff options
| author | Mike McQuaid | 2017-12-30 21:23:33 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2017-12-30 21:23:33 +0000 |
| commit | 7eb1fd66710a8e620683fc6d18089fc15e81e945 (patch) | |
| tree | 3de849432167bccc4cf8469cded9d45f9366a034 /docs | |
| parent | 176ed97d4241ae673f8d7ef1daa43efa1695d06f (diff) | |
| download | brew-7eb1fd66710a8e620683fc6d18089fc15e81e945.tar.bz2 | |
reinstall/upgrade: document use of options.
To avoid user confusion e.g. #3606.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Manpage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md index f42009ab5..51affc32c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -397,7 +397,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note all formulae or to determine if any current formulae have Ruby issues. * `reinstall` `formula`: - Uninstall and then install `formula`. + Uninstall and then install `formula` (with existing install options). * `search`, `-S`: Display all locally available formulae for brewing (including tapped ones). @@ -569,7 +569,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note or committed changes. * `upgrade` [`install-options`] [`--cleanup`] [`--fetch-HEAD`] [`formulae`]: - Upgrade outdated, unpinned brews. + Upgrade outdated, unpinned brews (with existing install options). Options for the `install` command are also valid here. |
