@@ -45,30 +45,31 @@ OPTIONS
4545 target in the root of the workspace.
4646
4747 --target triple
48- Clean for the specified target ( may be specified multiple times) The
49- default is the host architecture. The general format of the triple
50- is <arch><sub>-<vendor>-<sys>-<abi>.
48+ Clean for the specified target architecture Flag may be specified
49+ multiple times. The default is the host architecture. The general
50+ format of the triple is <arch><sub>-<vendor>-<sys>-<abi>.
5151
52- You may specify the following kinds of targets :
52+ Possible values :
5353
54- o Any supported target in rustc --print target-list (note: you have
55- to install/add the target to use it).
54+ o Any supported target in rustc --print target-list.
5655
57- o host, which will internally be substituted by the host’s
56+ o " host" , which will internally be substituted by the host’s
5857 target. This can be particularly useful if you’re
5958 cross-compiling some crates, and don’t want to specify your
6059 host’s machine as a target (for instance, an xtask in a shared
6160 project that may be worked on by many hosts).
6261
63- o A path to a custom target specification (further reading here
64- <https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path>).
62+ o A path to a custom target specification. See Custom Target Lookup
63+ Path
64+ <https://doc.rust-lang.org/rustc/targets/custom.html#custom-target-lookup-path>
65+ for more information.
6566
6667 This may also be specified with the build.target config value
6768 <https://doc.rust-lang.org/cargo/reference/config.html>.
6869
69- Note: Specifying this flag makes Cargo run in a different mode where
70- the target artifacts are placed in a separate directory. See the
71- build cache
70+ Note that specifying this flag makes Cargo run in a different mode
71+ where the target artifacts are placed in a separate directory. See
72+ the build cache
7273 <https://doc.rust-lang.org/cargo/reference/build-cache.html>
7374 documentation for more details.
7475
0 commit comments