update: improve --help formatting.

This commit is contained in:
Mike McQuaid 2019-01-30 21:31:56 +00:00
parent 2b285f23c2
commit 172326a0cf
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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