diff options
author | Britton Leo Kerin <britton.kerin@gmail.com> | 2024-01-03 05:02:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-01-10 23:32:27 +0100 |
commit | 3dbb69e1f22219dd8cc590947dc4daa3dad32581 (patch) | |
tree | 42062f299c06ce57263f1d4f0c2ce3c55c1b698b /Documentation/git-bisect.txt | |
parent | Git 2.43 (diff) | |
download | git-3dbb69e1f22219dd8cc590947dc4daa3dad32581.tar.xz git-3dbb69e1f22219dd8cc590947dc4daa3dad32581.zip |
doc: use singular form of repeatable path arg
This is more correct because the <path>... doc syntax already indicates
that the arg is "array-type". It's how other tools do it. Finally, the
later document text mentions 'path' arguments, while it doesn't mention
'paths'.
Signed-off-by: Britton Leo Kerin <britton.kergin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r-- | Documentation/git-bisect.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 191b4a42b6..58821f7e11 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -17,7 +17,7 @@ The command takes various subcommands, and different options depending on the subcommand: git bisect start [--term-(new|bad)=<term-new> --term-(old|good)=<term-old>] - [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...] + [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<path>...] git bisect (bad|new|<term-new>) [<rev>] git bisect (good|old|<term-old>) [<rev>...] git bisect terms [--term-good | --term-bad] |