bisect: document command line arguments for "bisect start"
commit841dbd40a350b6bde402ca36a56c815f13f20480
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Feb 2024 21:44:36 +0000 (7 13:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Feb 2024 21:46:01 +0000 (7 13:46 -0800)
tree713cfaf6f1948469dad0ecc9a7ae05fb5c2f0252
parent47ac5f6e1a0125965f6907dc55c130615cf131e1
bisect: document command line arguments for "bisect start"

The syntax commonly used for alternatives is --opt-(a|b), not
--opt-{a,b}.

List bad/new and good/old consistently in this order, to be
consistent with the description for "git bisect terms".  Clarify
<term> to either <term-old> or <term-new> to make them consistent
with the description of "git bisect (good|bad)" subcommands.

Suggested-by: Matthieu Moy <git@matthieu-moy.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bisect.txt