aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/update.sh
diff options
context:
space:
mode:
authorMartin Afanasjew2016-08-17 01:19:40 +0200
committerMartin Afanasjew2016-08-17 01:25:51 +0200
commit823505a0584f5b114ebb29b3d66c5a1ca5ed399b (patch)
tree30235263646fde6af3a26e2c09474c45b5031c5f /Library/Homebrew/cmd/update.sh
parent984ed836bd803e872a14cd32be5b0690a635274f (diff)
downloadbrew-823505a0584f5b114ebb29b3d66c5a1ca5ed399b.tar.bz2
Fix minor issues in command help text formatting
- Inconsistent or unneeded indentation - Missing or superfluous empty lines - Missing or wrongly formatted arguments in command summary - Missing punctuation
Diffstat (limited to 'Library/Homebrew/cmd/update.sh')
-rw-r--r--Library/Homebrew/cmd/update.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index ba43fd6d1..dbd1a4de8 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -1,11 +1,12 @@
-#: * `update` [`--merge`]:
+#: * `update` [`--merge`] [`--force`]:
#: Fetch the newest version of Homebrew and all formulae from GitHub using
-#: `git`(1).
+#: `git`(1).
#:
#: If `--merge` is specified then `git merge` is used to include updates
-#: (rather than `git rebase`).
+#: (rather than `git rebase`).
+#:
#: If `--force` is specified then always do a slower, full update check even
-#: if unnecessary.
+#: if unnecessary.
# Hide shellcheck complaint:
# shellcheck source=/dev/null