chiark / gitweb /
Docs: Reformat known cargo command list
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 Oct 2020 17:23:39 +0000 (17:23 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 27 Oct 2020 17:23:39 +0000 (17:23 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index 6aed60ba0f7e7afdb42bafb0c9ff8d969874d8fd..4d06426acce31aa0177fa3dc18419e2e1c4d93d7 100644 (file)
--- 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.