From: Ian Jackson Date: Sun, 21 Jun 2020 13:27:38 +0000 (+0100) Subject: README.md: Cross-references, add missing X-Git-Tag: nailing-cargo/1.0.0~121 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=82411ac49363a810db2c9165832538f16871a113;p=nailing-cargo.git README.md: Cross-references, add missing Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 035f427..0e47517 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ Options then in the builtin arch alias list. The builtin list is equivalent to: `[arch]` `RPI='arm-unknown-linux-gnueabihf'`. - * `-s` + * `-s` Behave as if the build command were `cargo `. This influences the logic which tries to determine which @@ -321,7 +321,7 @@ Options Default is no update unless the cargo subcommand will want it. - * `--subcommand-props=,...` + * `--subcommand-props=,...` Specify the properties of the subcommand. This is an alternative to `-s`. The usual properties are: @@ -494,7 +494,7 @@ other names are not looked up in this alias map. `[misc]`: Miscellaneous individual nailing-cargo config ------------------------------------------------------- - * `online`: boolean, specifying whether to pass `--offline` to cargo + * `online`: boolean, specifying whether to pass `--offline` to cargo (cargo's default is online mode). The default is offline, unless nailing-cargo can see that the cargo subcommand being invoked is one which requires online access (currently, `fetch`), in which