From: Ian Jackson Date: Fri, 19 Jun 2020 11:02:59 +0000 (+0100) Subject: README.md: Add missing word in -A description X-Git-Tag: nailing-cargo/1.0.0~156 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fc7525960cc4d6c2c7bf857606bb2276f9a43adb;p=nailing-cargo.git README.md: Add missing word in -A description Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index d43afec..8282d2e 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Command-line options * `-A` | `--arch=` | `--target=` Specify target architecture. If `` starts with a capital - ascii letter, is an alias for some other arch: it is looked up + 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'`.