diff options
| author | Josh Hagins | 2016-10-24 01:11:48 -0400 |
|---|---|---|
| committer | GitHub | 2016-10-24 01:11:48 -0400 |
| commit | 606a7623442924b9c828f3f3fbd227dd3122bf3c (patch) | |
| tree | 984a4d34c6cbe23151e4a95da35c9e8e420ff264 /Library/Homebrew/manpages | |
| parent | 512a0c950e828fe07e629a629ba4d7b2fb8c2a6d (diff) | |
| parent | 0b8af5771f590bfb5cea7bccd4bd0fc77a973113 (diff) | |
| download | brew-606a7623442924b9c828f3f3fbd227dd3122bf3c.tar.bz2 | |
Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_cask
add cask reinstall command
Diffstat (limited to 'Library/Homebrew/manpages')
| -rw-r--r-- | Library/Homebrew/manpages/brew-cask.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index 92c58ba29..feab9f76e 100644 --- a/Library/Homebrew/manpages/brew-cask.1.md +++ b/Library/Homebrew/manpages/brew-cask.1.md @@ -86,6 +86,9 @@ names, and other aspects of this manual are still subject to change. If <token> is given, summarize the staged files associated with the given Cask. + * `reinstall` <token> [ <token> ...] + Reinstall the given Cask. + * `search` or `-S` [<text> | /<regexp>/]: Without argument, display all Casks available for install, otherwise perform a substring search of known Cask tokens for <text> or, if the |
