From 172326a0cf9fb06ead9d5f4ee156b03d45d6ed3e Mon Sep 17 00:00:00 2001 From: Mike McQuaid <mike@mikemcquaid.com> Date: Wed, 30 Jan 2019 21:31:56 +0000 Subject: [PATCH] update: improve --help formatting. --- Library/Homebrew/cmd/update.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index eefe5df2a5..80384da032 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -1,12 +1,9 @@ -#: * `update` [`--merge`] [`--force`]: -#: Fetch the newest version of Homebrew and all formulae from GitHub using -#: `git`(1) and perform any necessary migrations. +#: * `update` [<options>] #: -#: If `--merge` is specified then `git merge` is used to include updates -#: (rather than `git rebase`). +#: Fetch the newest version of Homebrew and all formulae from GitHub using `git`(1) and perform any necessary migrations. #: -#: If `--force` (or `-f`) is specified then always do a slower, full update check even -#: if unnecessary. +#: --merge `git merge` is used to include updates (rather than `git rebase`). +#: --force Always do a slower, full update check (even if unnecessary). # Don't need shellcheck to follow this `source`. # shellcheck disable=SC1090 -- GitLab