summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-09-03 12:37:06 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-09-03 12:37:06 -0700
commitda6b99c39abee3f6882ac35814485330bd344dfd (patch)
tree7d46e245d8f86f53d54d32e16dabdd902937263e /Documentation
parentMerge branch 'so/pretty-abbrev-doc' (diff)
parentbisect: swap command-line options in documentation (diff)
downloadtgif-da6b99c39abee3f6882ac35814485330bd344dfd.tar.xz
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 'Documentation')
-rw-r--r--Documentation/git-bisect.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index 0e993e4587..fbb39fbdf5 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -16,7 +16,7 @@ DESCRIPTION
The command takes various subcommands, and different options depending
on the subcommand:
- 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>...]] [--] [<paths>...]
git bisect (bad|new|<term-new>) [<rev>]
git bisect (good|old|<term-old>) [<rev>...]