diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index 2e0e646466..4d4808f9f0 100644 --- a/Library/Homebrew/manpages/brew-cask.1.md +++ b/Library/Homebrew/manpages/brew-cask.1.md @@ -19,13 +19,6 @@ graphical user interface. * `uninstall` [--force] [ ... ]: Uninstall Cask identified by . - * `search` | //: - Perform a substring search of known Cask tokens for . If the text - is delimited by slashes, it is interpreted as a Ruby regular expression. - - The tokens returned by `search` are suitable as arguments for most other - commands, such as `install` or `uninstall`. - ## COMMANDS * `audit` [--language=[, ... ]] [ ... ]: @@ -92,13 +85,6 @@ graphical user interface. * `reinstall` [--no-quarantine] [ ... ]: Reinstall the given Cask. - * `search` or `-S` [ | //]: - Without an argument, display all locally available Casks for install; no - online search is performed. - Otherwise perform a substring search of known Cask tokens for or, - if the text is delimited by slashes (//), it is interpreted as a - Ruby regular expression. - * `style` [--fix] [ ... ]: Check the given Casks for correct style using RuboCop (with custom Cask cops). If no tokens are given on the command line, all Casks are checked. diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index dad16b8afb..30fde11c4f 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -22,13 +22,6 @@ Install Cask identified by \fItoken\fR\. \fBuninstall\fR [\-\-force] \fItoken\fR [ \fItoken\fR \.\.\. ] Uninstall Cask identified by \fItoken\fR\. . -.TP -\fBsearch\fR \fItext\fR | /\fIregexp\fR/ -Perform a substring search of known Cask tokens for \fItext\fR\. If the text is delimited by slashes, it is interpreted as a Ruby regular expression\. -. -.IP -The tokens returned by \fBsearch\fR are suitable as arguments for most other commands, such as \fBinstall\fR or \fBuninstall\fR\. -. .SH "COMMANDS" . .TP @@ -95,10 +88,6 @@ Without token arguments, display all the installed Casks that have newer version Reinstall the given Cask\. . .TP -\fBsearch\fR or \fB\-S\fR [\fItext\fR | /\fIregexp\fR/] -Without an argument, display all locally available Casks for install; no online search is performed\. Otherwise perform a substring search of known Cask tokens for \fItext\fR or, if the text is delimited by slashes (/\fIregexp\fR/), it is interpreted as a Ruby regular expression\. -. -.TP \fBstyle\fR [\-\-fix] [ \fItoken\fR \.\.\. ] Check the given Casks for correct style using RuboCop (with custom Cask cops)\. If no tokens are given on the command line, all Casks are checked\. With \fB\-\-fix\fR, auto\-correct any style errors if possible\. .