From: Ian Jackson Date: Tue, 27 Oct 2020 17:23:39 +0000 (+0000) Subject: Docs: Reformat known cargo command list X-Git-Tag: nailing-cargo/1.0.0~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2fbfb2ac2f394f173dd146cb5c398123e4be4f26;p=nailing-cargo.git Docs: Reformat known cargo command list Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 6aed60b..4d06426 100644 --- a/README.md +++ b/README.md @@ -339,8 +339,12 @@ Options options to pass to cargo, whether cargo needs to be online, and whether cargo might want to update `Cargo.lock`. - nailing-cargo knows about `update`, `generate-lockfile` and - `fetch`; all other subcommands are (silently) treated the same way + nailing-cargo knows about the following commands: + * `fetch` + * `generate-lockfile` + * `update` + + All other subcommands are (silently) treated the same way as `build` (ie, no subcommand properties). See `--subcommand-props` for more detail about how the subcommand affects nailing-cargo's behaviour.