cmd/search: tweak documentation text.

This commit is contained in:
Mike McQuaid 2020-03-04 13:14:39 +00:00
parent 67d012afcc
commit 6ead927500
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
3 changed files with 9 additions and 9 deletions

View File

@ -37,11 +37,11 @@ module Homebrew
No online search is performed.
EOS
switch "--formulae",
description: "List all locally available formulae. "\
"No online search is performed."
description: "Without <text>, list all locally available formulae (no online search is performed). " \
"With <text>, search online and locally for formulae."
switch "--casks",
description: "List all locally available casks (including tapped ones). "\
"No online search is performed."
description: "Without <text>, list all locally available casks (including tapped ones, no online " \
"search is performed). With <text>, search online and locally for casks."
switch "--desc",
description: "Search for formulae with a description matching <text> and casks with "\
"a name matching <text>."
@ -68,7 +68,7 @@ module Homebrew
if args.remaining.empty?
if args.casks?
raise UsageError, "Cannot specify --formulae and --casks without an argument!" if args.formulae?
raise UsageError, "specifying both --formulae and --casks requires an argument!" if args.formulae?
puts Formatter.columns(Cask::Cask.to_a.map(&:full_name).sort)
else

View File

@ -426,9 +426,9 @@ If no *`text`* is provided, list all locally available formulae (including tappe
ones). No online search is performed.
* `--formulae`:
List all locally available formulae. No online search is performed.
Without *`text`*, list all locally available formulae (no online search is performed). With *`text`*, search online and locally for formulae.
* `--casks`:
List all locally available casks (including tapped ones). No online search is performed.
Without *`text`*, list all locally available casks (including tapped ones, no online search is performed). With *`text`*, search online and locally for casks.
* `--desc`:
Search for formulae with a description matching *`text`* and casks with a name matching *`text`*.
* `--macports`:

View File

@ -549,11 +549,11 @@ If no \fItext\fR is provided, list all locally available formulae (including tap
.
.TP
\fB\-\-formulae\fR
List all locally available formulae\. No online search is performed\.
Without \fItext\fR, list all locally available formulae (no online search is performed)\. With \fItext\fR, search online and locally for formulae\.
.
.TP
\fB\-\-casks\fR
List all locally available casks (including tapped ones)\. No online search is performed\.
Without \fItext\fR, list all locally available casks (including tapped ones, no online search is performed)\. With \fItext\fR, search online and locally for casks\.
.
.TP
\fB\-\-desc\fR