> @@ -21,6 +22,7 @@ static const char * const git_bisect_helper_usage[] = {
> N_("git bisect--helper --bisect-reset [<commit>]"),
> N_("git bisect--helper --bisect-write <state> <revision> <good_term>
> <bad_term> [<nolog>]"),
> N_("git bisect--helper --bisect-check-and-set-terms <command>
> <good_term> <bad_term>"),
> + N_("git bisect--helper --bisect-next-check [<term>] <good_term>
> <bad_term>"),I think the order is wrong. It is <good_term> <bad_term> [<term>]

