aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/outdated.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-04-02 10:14:21 +0100
committerMike McQuaid2017-04-02 10:14:58 +0100
commit566d3cb58b557df8ea6962653c43ba3fe995110f (patch)
treeb421a2ae8aabec44fb3b7c468ae56405605b27ea /Library/Homebrew/cmd/outdated.rb
parentbfcfdb4f011abb9289f813f588adbcd9e13a372a (diff)
downloadbrew-566d3cb58b557df8ea6962653c43ba3fe995110f.tar.bz2
Document all short flags.
Diffstat (limited to 'Library/Homebrew/cmd/outdated.rb')
-rw-r--r--Library/Homebrew/cmd/outdated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/outdated.rb b/Library/Homebrew/cmd/outdated.rb
index e94002989..f163212e1 100644
--- a/Library/Homebrew/cmd/outdated.rb
+++ b/Library/Homebrew/cmd/outdated.rb
@@ -7,7 +7,7 @@
#: If `--quiet` is passed, list only the names of outdated brews (takes
#: precedence over `--verbose`).
#:
-#: If `--verbose` is passed, display detailed version information.
+#: If `--verbose` (or `-v`) is passed, display detailed version information.
#:
#: If `--json=`<version> is passed, the output will be in JSON format. The only
#: valid version is `v1`.