From: Ian Jackson Date: Fri, 19 Jun 2020 11:04:03 +0000 (+0100) Subject: README.md: Reorganise -A description to clarify it X-Git-Tag: nailing-cargo/1.0.0~155 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8a40246f41a28872655b724be857e25c346e0c11;p=nailing-cargo.git README.md: Reorganise -A description to clarify it Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 8282d2e..67b84ca 100644 --- a/README.md +++ b/README.md @@ -184,15 +184,17 @@ Command-line options * `-A` | `--arch=` | `--target=` - Specify target architecture. If `` starts with a capital - ascii letter, it 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 we know - would reject it. `--arch` and `--target` are simply aliases. + Specify target architecture. + + This option translates to a `--target=` option to the + ultimate command, unless that is a cargo subcommand which we + know would reject it. `--arch` and `--target` are simply + aliases. + + If `` starts with a capital ascii letter, it 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'`. * `-u` | `--cargo-lock-update` | `-U` | `--no-cargo-lock-update`