From 36e4e50bc693ec057a8444fb6db4400e63aee1ad Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Aug 2021 18:06:20 +0100 Subject: [PATCH] README: typo fixes Signed-off-by: Ian Jackson --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2