diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/tap-info.rb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/tap-info.rb b/Library/Homebrew/cmd/tap-info.rb index 178c344f9..a86aa14c6 100644 --- a/Library/Homebrew/cmd/tap-info.rb +++ b/Library/Homebrew/cmd/tap-info.rb @@ -1,5 +1,10 @@ -#: * `tap-info` <tap>: -#: Display information about <tap>. +#: * `tap-info`: +#: Display a brief summary of all installed taps. +#: +#: * `tap-info` (`--installed`|<taps>): +#: Display detailed information about one or more <taps>. +#: +#: Pass `--installed` to display information on all installed taps. #: #: * `tap-info` `--json=`<version> (`--installed`|<taps>): #: Print a JSON representation of <taps>. Currently the only accepted value |
