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