From: Ian Jackson Date: Sun, 13 Sep 2020 23:28:21 +0000 (+0100) Subject: Fix leftover wrong name in README.md X-Git-Tag: nailing-cargo/1.0.0~54 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3a994d6803c212a20f9ed73d3f0206f250b9f9fb;p=nailing-cargo.git Fix leftover wrong name in README.md Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 8d96eb2..efd8096 100644 --- a/README.md +++ b/README.md @@ -403,8 +403,8 @@ Options to take the nailing-cargo lock. Some kind of protection against concurrent operation is necessary to prevent multiple instances of nailing-cargo trashing each others' work, and possibly mangling - your `Cargo.toml`s, `Cargo.lock`, etc., so `--no-lock` is - dangerous unless you take other measures against concurrent + your `Cargo.toml`s, `Cargo.lock`, etc., so `--no-concurrency-lock` + is dangerous unless you take other measures against concurrent execution. * `-h` | `--help`: Print usage summary.