From aaefcb02b6649551d8a86a5f0237041c14113dfb Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Wed, 6 Jan 2016 07:45:38 +0100 Subject: manpage: improve synopsis for 'options' command The options `--all`, `--installed`, and a list of formulae are mutually exclusive arguments, of which exactly one is required. --- share/doc/homebrew/brew.1.html | 2 +- share/man/man1/brew.1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'share') diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 6796787e6..ee7d24f68 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -249,7 +249,7 @@ packages.
If --force is passed, then treat installed formulae and passed formulae
like if they are from same taps and migrate them anyway.
options [--compact] [--all] [--installed] formulaDisplay install options specific to formula.
+options [--compact] (--all|--installed|formulae)Display install options specific to formulae.
If --compact is passed, show all options on a single line separated by
spaces.