update: improve --help formatting.
This commit is contained in:
parent
2b285f23c2
commit
172326a0cf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user