File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DESCRIPTION
16
16
The command takes various subcommands, and different options depending
17
17
on the subcommand:
18
18
19
- git bisect start [--term-{old,good }=<term> --term-{new,bad }=<term>]
19
+ git bisect start [--term-{new,bad }=<term> --term-{old,good }=<term>]
20
20
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
21
21
git bisect (bad|new|<term-new>) [<rev>]
22
22
git bisect (good|old|<term-old>) [<rev>...]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ static const char * const git_bisect_helper_usage[] = {
27
27
N_ ("git bisect--helper --bisect-check-and-set-terms <command> <good_term> <bad_term>" ),
28
28
N_ ("git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]" ),
29
29
N_ ("git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --term-new]" ),
30
- N_ ("git bisect--helper --bisect-start [--term-{old,good }=<term> --term-{new,bad }=<term>]"
30
+ N_ ("git bisect--helper --bisect-start [--term-{new,bad }=<term> --term-{old,good }=<term>]"
31
31
" [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]" ),
32
32
NULL
33
33
};
Original file line number Diff line number Diff line change 3
3
USAGE=' [help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|log|run]'
4
4
LONG_USAGE=' git bisect help
5
5
print this long help message.
6
- git bisect start [--term-{old,good }=<term> --term-{new,bad }=<term>]
6
+ git bisect start [--term-{new,bad }=<term> --term-{old,good }=<term>]
7
7
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
8
8
reset bisect state and start bisection.
9
9
git bisect (bad|new) [<rev>]
You can’t perform that action at this time.
0 commit comments