From: Ian Jackson Date: Tue, 17 Aug 2021 17:06:20 +0000 (+0100) Subject: README: typo fixes X-Git-Tag: nailing-cargo/1.0.0~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=36e4e50bc693ec057a8444fb6db4400e63aee1ad;p=nailing-cargo.git README: typo fixes Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 9a51ab4..e881815 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ WASM="wasm32-unknown-unknown" Specify the properties of the subcommand. This is an alternative to `-s`. The usual properties are: - * `lock_update`: cargo will want to update `Cargo.lock`. (The `-u` and `-U` options override this.) + * `lock-update`: cargo will want to update `Cargo.lock`. (The `-u` and `-U` options override this.) * `online`: this subcommand makes no sense to run offline. (The `-o` and `-O` options, and the configuration, can override this.) * `edits`: The purpose of this subcommand is to edit the source tree. Imples that `--edit-sources` is necessary (unless `--force`). * `creates`: The purpose of this subcommand is to edit the source tree and create new files in it. Imples that `-EE` (`--edit-sources`, twice) is necessary (unless `--force`). @@ -478,8 +478,8 @@ WASM="wasm32-unknown-unknown" * `--no-nail` | `--nail` (default): Whether to actually nail - ie, whether to actually modify any `Cargo.toml`s while running the command. This can be useful, e.g., in out-of-tree mode with - commands that don't actually invoke cargo. Consider passingm - `--no-lock` too. + commands that don't actually invoke cargo. Consider passing + `--no-concurrency-lock` too. * `--no-cargo-lock-manip` | `--cargo-lock-manip` (default): Whether to manipulate `Cargo.lock`. For example, whether to copy