aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update.sh
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/update.sh
parentbfcfdb4f011abb9289f813f588adbcd9e13a372a (diff)
downloadbrew-566d3cb58b557df8ea6962653c43ba3fe995110f.tar.bz2
Document all short flags.
Diffstat (limited to 'Library/Homebrew/cmd/update.sh')
-rw-r--r--Library/Homebrew/cmd/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 5cfdb3f46..197a99f2e 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -5,7 +5,7 @@
#: If `--merge` is specified then `git merge` is used to include updates
#: (rather than `git rebase`).
#:
-#: If `--force` is specified then always do a slower, full update check even
+#: If `--force` (or `-f`) is specified then always do a slower, full update check even
#: if unnecessary.
# Hide shellcheck complaint: