* `-A<arch>` | `--arch=<arch>` | `--target=<arch>`
- Specify target architecture. If `<arch>` 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=<arch>` option to the
+ ultimate command, unless that is a cargo subcommand which we
+ know would reject it. `--arch` and `--target` are simply
+ aliases.
+
+ If `<arch>` 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`