diff options
| author | Mike McQuaid | 2017-01-15 20:42:52 +0000 |
|---|---|---|
| committer | GitHub | 2017-01-15 20:42:52 +0000 |
| commit | c6d7c85d4f7e6f7963222956638d62165a9c8742 (patch) | |
| tree | 16b404f52618bc50f886b824a468b04a3dd2b28b /docs | |
| parent | 8f88b4c8e6d6f307096f8b2f131c5eea858d74b5 (diff) | |
| parent | 3ccbfa72a2be56037375ee413b66c96d14384373 (diff) | |
| download | brew-c6d7c85d4f7e6f7963222956638d62165a9c8742.tar.bz2 | |
Merge pull request #1826 from MikeMcQuaid/remove-to-uninstall-manpage
brew.1: use uninstall instead of remove.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/brew.1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html index 9cc52a131..2e036eb55 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -22,7 +22,7 @@ didn't include with macOS.</p> <dl> <dt><code>install</code> <var>formula</var></dt><dd><p>Install <var>formula</var>.</p></dd> -<dt><code>remove</code> <var>formula</var></dt><dd><p>Uninstall <var>formula</var>.</p></dd> +<dt><code>uninstall</code> <var>formula</var></dt><dd><p>Uninstall <var>formula</var>.</p></dd> <dt class="flush"><code>update</code></dt><dd><p>Fetch the newest version of Homebrew from GitHub using <code>git</code>(1).</p></dd> <dt class="flush"><code>list</code></dt><dd><p>List all installed formulae.</p></dd> <dt><code>search</code> <var>text</var>|<code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is |
