From: Junio C Hamano Date: Wed, 7 Feb 2024 21:44:36 +0000 (-0800) Subject: bisect: document command line arguments for "bisect start" X-Git-Tag: v2.43.2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=841dbd40a350b6bde402ca36a56c815f13f20480;p=thirdparty%2Fgit.git 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 to either or to make them consistent with the description of "git bisect (good|bad)" subcommands. Suggested-by: Matthieu Moy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 3d813f9c77..73f889b97b 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-{new,bad}= --term-{old,good}=] + git bisect start [--term-(bad|new)= --term-(good|old)=] [--no-checkout] [--first-parent] [ [...]] [--] [...] git bisect (bad|new|) [] git bisect (good|old|) [...]