From fa5138088f409e55f5c7d3dade9ae0c6b6e1acb2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Jun 2020 19:31:24 +0100 Subject: [PATCH] README.md: Fix mangled -A description Signed-off-by: Ian Jackson --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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` -- 2.30.2