From b74bf0facea0aa6067f6d10f95e35d845b1d697c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 13:34:36 +0100 Subject: [PATCH] README.md: Config reference: arch Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 02dede0..e9bd358 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,16 @@ To control use of alternative `Cargo.lock` filename, use the section * `user`: The local username for `really` and `ssh`, or `@` for `ssh`. +`[arch]`: Architecture convenience aliases +------------------------------------------ + +This is a map from archictecture aliases to full cargo architecture +names. The keys are the aliases; each entry should be a string, the +cargo architecture name. + +Only keys starting with an ascii uppercase letter are relevant, since +all other names are not looked up in this alias map. + Running the command =================== -- 2.30.2