diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index c60862782..f65168bef 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -171,12 +171,14 @@ didn't include with OS X. If `--strict` is passed, perform additional stricter checks that may not need to be fixed before submitting. - * `options [--compact]` <formula>: + * `options [--compact] [--all]` <formula>: Display install options specific to <formula>. If `--compact` is passed, show all options on a single line separated by spaces. + If `--all` is passed, show options for all formulae. + * `missing`: Check all installed formuale for missing dependencies. |
