From 8a40246f41a28872655b724be857e25c346e0c11 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 12:04:03 +0100 Subject: [PATCH] README.md: Reorganise -A description to clarify it Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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` -- 2.30.2