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`]: #: * `update` [<options>]
#: Fetch the newest version of Homebrew and all formulae from GitHub using
#: `git`(1) and perform any necessary migrations.
#: #:
#: If `--merge` is specified then `git merge` is used to include updates #: Fetch the newest version of Homebrew and all formulae from GitHub using `git`(1) and perform any necessary migrations.
#: (rather than `git rebase`).
#: #:
#: If `--force` (or `-f`) is specified then always do a slower, full update check even #: --merge `git merge` is used to include updates (rather than `git rebase`).
#: if unnecessary. #: --force Always do a slower, full update check (even if unnecessary).
# Don't need shellcheck to follow this `source`. # Don't need shellcheck to follow this `source`.
# shellcheck disable=SC1090 # shellcheck disable=SC1090