Message ID | 95ced208-fa2d-4e0f-9887-7c861db598b3@smtp-relay.sendinblue.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3dbb69e1f22219dd8cc590947dc4daa3dad32581 |
Headers | show |
Series | [v2,1/2] doc: use singular form of repeatable path arg | expand |
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index aa02e46224..b798282788 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]
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> --- Documentation/git-bisect.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)