diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-09-03 12:37:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-03 12:37:06 -0700 |
commit | da6b99c39abee3f6882ac35814485330bd344dfd (patch) | |
tree | 7d46e245d8f86f53d54d32e16dabdd902937263e /git-bisect.sh | |
parent | b720ad266d0740e99cfb18ce571f211998c463a5 (diff) | |
parent | ef4d9f8a32f472feacb135c4e0508d53d0f93fb0 (diff) | |
download | git-da6b99c39abee3f6882ac35814485330bd344dfd.tar.gz |
Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'
Doc update.
* hl/bisect-doc-clarify-bad-good-ordering:
bisect: swap command-line options in documentation
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-x | git-bisect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.sh b/git-bisect.sh index c28e35b0fa..2f60fefcfa 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -3,7 +3,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|log|run]' LONG_USAGE='git bisect help print this long help message. -git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>] +git bisect start [--term-{new,bad}=<term> --term-{old,good}=<term>] [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...] reset bisect state and start bisection. git bisect (bad|new) [<rev>] |