From: Ian Jackson Date: Thu, 18 Jun 2020 18:31:24 +0000 (+0100) Subject: README.md: Fix mangled -A description X-Git-Tag: nailing-cargo/1.0.0~173 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fa5138088f409e55f5c7d3dade9ae0c6b6e1acb2;p=nailing-cargo.git README.md: Fix mangled -A description Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index a3b30b5..05486ef 100644 --- a/README.md +++ b/README.md @@ -184,13 +184,15 @@ Command-line options * `-A` | `--arch=` | `--target=` - Specify target architecture. If starts with a - capital ascii letter, is an alias for some other arch - looked up in Cargo.nail and then in the builtin list: - RPI arm-unknown-linux-gnueabihf - Translates to a --target= option to the ultimate command, - unless that is a cargo subcommand which would reject it. - --arch and --target are simply aliases. + Specify target architecture. If `` starts with a capital + ascii letter, is an alias for some other arch: it is looked up + in the configuration, and then in the builtin arch alias list. + The builtin list is equivalent to: `[arch]` + `RPI='arm-unknown-linux-gnueabihf'`. + + This option translates to a --target= option to the ultimate + command, unless that is a cargo subcommand which would reject + it. `--arch` and `--target` are simply aliases. * `-u` | `--cargo-lock-update` | `-U` | `--no-cargo-lock-update`