From 396f637efc735d80fd81bd6acb1232b8aa7a16b2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 16 Apr 2021 14:18:17 +0100 Subject: [PATCH] doc: Mention `+` as part of Signed-off-by: Ian Jackson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cccca1..ea837f8 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ rules when interpreting its command line: treated as the start of the ``. * `` are terminated by `--` (which is removed) or the - first argument which does not start with a `-`. + first argument which does not start with a `-` or `+`. (It is not possible to get nailing-cargo to pass the value `--` as a separate argument to a cargo global option, but cargo global -- 2.30.2