]> git.proxmox.com Git - cargo.git/commitdiff
Expand details for `--config` cli arg
authorWeihang Lo <me@weihanglo.tw>
Tue, 13 Sep 2022 08:54:33 +0000 (09:54 +0100)
committerWeihang Lo <me@weihanglo.tw>
Tue, 13 Sep 2022 09:25:54 +0000 (10:25 +0100)
94 files changed:
src/doc/man/generated_txt/cargo-add.txt
src/doc/man/generated_txt/cargo-bench.txt
src/doc/man/generated_txt/cargo-build.txt
src/doc/man/generated_txt/cargo-check.txt
src/doc/man/generated_txt/cargo-clean.txt
src/doc/man/generated_txt/cargo-doc.txt
src/doc/man/generated_txt/cargo-fetch.txt
src/doc/man/generated_txt/cargo-fix.txt
src/doc/man/generated_txt/cargo-generate-lockfile.txt
src/doc/man/generated_txt/cargo-init.txt
src/doc/man/generated_txt/cargo-install.txt
src/doc/man/generated_txt/cargo-locate-project.txt
src/doc/man/generated_txt/cargo-login.txt
src/doc/man/generated_txt/cargo-metadata.txt
src/doc/man/generated_txt/cargo-new.txt
src/doc/man/generated_txt/cargo-owner.txt
src/doc/man/generated_txt/cargo-package.txt
src/doc/man/generated_txt/cargo-pkgid.txt
src/doc/man/generated_txt/cargo-publish.txt
src/doc/man/generated_txt/cargo-run.txt
src/doc/man/generated_txt/cargo-rustc.txt
src/doc/man/generated_txt/cargo-rustdoc.txt
src/doc/man/generated_txt/cargo-search.txt
src/doc/man/generated_txt/cargo-test.txt
src/doc/man/generated_txt/cargo-tree.txt
src/doc/man/generated_txt/cargo-uninstall.txt
src/doc/man/generated_txt/cargo-update.txt
src/doc/man/generated_txt/cargo-vendor.txt
src/doc/man/generated_txt/cargo-verify-project.txt
src/doc/man/generated_txt/cargo-yank.txt
src/doc/man/generated_txt/cargo.txt
src/doc/man/includes/section-options-common.md
src/doc/src/commands/cargo-add.md
src/doc/src/commands/cargo-bench.md
src/doc/src/commands/cargo-build.md
src/doc/src/commands/cargo-check.md
src/doc/src/commands/cargo-clean.md
src/doc/src/commands/cargo-doc.md
src/doc/src/commands/cargo-fetch.md
src/doc/src/commands/cargo-fix.md
src/doc/src/commands/cargo-generate-lockfile.md
src/doc/src/commands/cargo-init.md
src/doc/src/commands/cargo-install.md
src/doc/src/commands/cargo-locate-project.md
src/doc/src/commands/cargo-login.md
src/doc/src/commands/cargo-metadata.md
src/doc/src/commands/cargo-new.md
src/doc/src/commands/cargo-owner.md
src/doc/src/commands/cargo-package.md
src/doc/src/commands/cargo-pkgid.md
src/doc/src/commands/cargo-publish.md
src/doc/src/commands/cargo-run.md
src/doc/src/commands/cargo-rustc.md
src/doc/src/commands/cargo-rustdoc.md
src/doc/src/commands/cargo-search.md
src/doc/src/commands/cargo-test.md
src/doc/src/commands/cargo-tree.md
src/doc/src/commands/cargo-uninstall.md
src/doc/src/commands/cargo-update.md
src/doc/src/commands/cargo-vendor.md
src/doc/src/commands/cargo-verify-project.md
src/doc/src/commands/cargo-yank.md
src/doc/src/commands/cargo.md
src/etc/man/cargo-add.1
src/etc/man/cargo-bench.1
src/etc/man/cargo-build.1
src/etc/man/cargo-check.1
src/etc/man/cargo-clean.1
src/etc/man/cargo-doc.1
src/etc/man/cargo-fetch.1
src/etc/man/cargo-fix.1
src/etc/man/cargo-generate-lockfile.1
src/etc/man/cargo-init.1
src/etc/man/cargo-install.1
src/etc/man/cargo-locate-project.1
src/etc/man/cargo-login.1
src/etc/man/cargo-metadata.1
src/etc/man/cargo-new.1
src/etc/man/cargo-owner.1
src/etc/man/cargo-package.1
src/etc/man/cargo-pkgid.1
src/etc/man/cargo-publish.1
src/etc/man/cargo-run.1
src/etc/man/cargo-rustc.1
src/etc/man/cargo-rustdoc.1
src/etc/man/cargo-search.1
src/etc/man/cargo-test.1
src/etc/man/cargo-tree.1
src/etc/man/cargo-uninstall.1
src/etc/man/cargo-update.1
src/etc/man/cargo-vendor.1
src/etc/man/cargo-verify-project.1
src/etc/man/cargo-yank.1
src/etc/man/cargo.1

index 832f53169e109e922e5d8f52d5e2a7431f333b5a..91c47416bdb9dc3d5b2246bf00c028a5955801ae 100644 (file)
@@ -145,8 +145,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index e39e498ae78bfc959801e695be7cb5e5386873e7..09d67668c63a68619ca7123fa5c80a2ba350d5d8 100644 (file)
@@ -355,8 +355,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index e03d37ddb4c8c61d5819f9054a397eb2a5991271..803a438eb8d50f6c13dc06dd68f3515c1593125b 100644 (file)
@@ -304,8 +304,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 6c4b2faeb85342a065dffcc711fe84b7389f2171..2af4fe06f3b24d48a9b65d0267d7d07ceb8461ae 100644 (file)
@@ -289,8 +289,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 76bdf3fef060f234069b7d35e6f53b54f34c06d8..ef8952df58f2c3bd39b19660a0e22bbe149bc518 100644 (file)
@@ -119,8 +119,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index aadbfdf0ed1e98481dc53731e5e35d6ed684aaf6..abfe484a110dc7d0fc5eee32624b1c4b07ba674c 100644 (file)
@@ -260,8 +260,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 43aa77eae706c593feff49d24ecc716bedfc3808..1598dc9d8370d46112af9a5d3b0ca9d06f0c48bd 100644 (file)
@@ -104,8 +104,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 5e98ac602bdef9ebda889c00c1b9c45efc5c25cd..7f1b05b429ec9d32d03105f3ef27cb7c967028c7 100644 (file)
@@ -362,8 +362,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 8ec1547cd63ffb255338575882a0481f028b1aff..6c7420932812910381ae6e11c544e6a673fa27c9 100644 (file)
@@ -79,8 +79,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index ee4077e67767f04a653961e8cbbb4fca5f2ca9c4..92d0f0c5f1edc0514e116171a7853bbfc260a817 100644 (file)
@@ -87,8 +87,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 2633511c5d3fb31fdb2fbb504d25ad1ebe8e4294..6a92526d096fe8de0ecb45852fe8fea64087b3cf 100644 (file)
@@ -326,8 +326,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 1abff535779816d5bd32ea1273298bb06240be58..70625fa9308d8f1babd4483b24eb9e1387fc659f 100644 (file)
@@ -62,8 +62,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 847b7ec72d497a0f87d5389a5971d4ce24bf137f..66238fb5a658b5bf7eb8e7fe3855b423a407bed2 100644 (file)
@@ -62,8 +62,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 11e3a29bd20e648e9a7a3e7ae72ff419066fc6fb..efee01a9f9f11d78452c790677bb7928fed99326 100644 (file)
@@ -391,8 +391,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index e881418955ae3bca2d8341ff5f017dc1d994963a..7b429e347d6c78dd3ab5f9c4ebbcbc9715552e37 100644 (file)
@@ -82,8 +82,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 269c988227a2ef26517a25aa6eefcf03e9a8abae..dd1c017ab87a986a74df305c828bac0f19077ea1 100644 (file)
@@ -89,8 +89,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 25312b39970e7411aa4a21609bfb8df85e85a1cc..162c196d0c54a1af0c42414979b62ced93199a34 100644 (file)
@@ -230,8 +230,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 8c8e4f50afd5fff8906bda9017ee2c0fb84b483c..e2c3cbd99b62f5a1a97e00143f912effeb769c24 100644 (file)
@@ -109,8 +109,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 1371bbc82b50c109f95ba158864c8811c20dc77c..29ebfcdcecbd7363d724243a8265276c8557d536 100644 (file)
@@ -197,8 +197,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index e17e3f3475133585886c0c0312e71cf83ab8ed34..6ef1e46a61053a294c11a8607d641ffeb61f0153 100644 (file)
@@ -204,8 +204,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 0542785719c5166fb1791ed2775d910c06496871..45c402e2c3400b9bd82237c32f0887589193e3f8 100644 (file)
@@ -306,8 +306,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 5211ba7f536466bcbc156b3333f44b22599a665c..69ef35e50f749c4835c51f67140de7e3b8109a8e 100644 (file)
@@ -276,8 +276,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 5abaa85aa2721ed60c7e07d7a7e26b8c2013f64c..240adf02d6d70a8b77be18342cba041b74935bb8 100644 (file)
@@ -59,8 +59,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 5333a8fa3a477662750c38e3a159e227ddb63d26..0872c9b1c4be2b71a35914f35dbb7b8f3a80d8b2 100644 (file)
@@ -373,8 +373,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 0b35d8ab0d0384ef436fdb749a4e6be5ca5399a5..af4a79532a525db6e5841485733f68770eccca82 100644 (file)
@@ -269,8 +269,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 0bebe8c3fd57009730b7cda8174eeb4773ebc3da..c14c01a65d06c771bcf10dfa5a266f82ac738bf7 100644 (file)
@@ -71,8 +71,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index c1e27443669e6c5f7b7f1c605fe9e55d438a197a..5b7a072255efff4ddba55a1d38a3b01b997a61f5 100644 (file)
@@ -109,8 +109,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index aafeaaa9e75c533e29e6f6724d421fd056ed650d..a466a7f9d9876a47be7a6b4051e1a79584faed21 100644 (file)
@@ -105,8 +105,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 7b0f30fc6516a6464ff2820cee45fa891563cae5..23d8842bd0b76580b8ff9664be9f31f8f026fd2d 100644 (file)
@@ -82,8 +82,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index cd6bc2be4e640aa372968aeba5c93a3cd771f177..e844f06bcb6859f69eb5a29c59d3fc670b93e6c9 100644 (file)
@@ -85,8 +85,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index d44cb2aed6a08e2ea840d17cbfdd6747a569dc15..c8072e68700765970573f61ccd0bf7b052f30d8b 100644 (file)
@@ -188,8 +188,13 @@ OPTIONS
            <https://rust-lang.github.io/rustup/overrides.html> for more
            information about how toolchain overrides work.
 
-       --config KEY=VALUE
-           Overrides a Cargo configuration value.
+       --config KEY=VALUE or PATH
+           Overrides a Cargo configuration value. The argument should be in
+           TOML syntax of KEY=VALUE, or provided as a path to an extra
+           configuration file. This flag may be specified multiple times. See
+           the command-line overrides section
+           <https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
+           for more information.
 
        -h, --help
            Prints help information.
index 1bafb317cbc5477464eed1902b212d8854486c40..83b44fd83ed671e234bdbc25a87cfdd87040bdb1 100644 (file)
@@ -10,8 +10,10 @@ See the [rustup documentation](https://rust-lang.github.io/rustup/overrides.html
 for more information about how toolchain overrides work.
 {{/option}}
 
-{{#option "`--config` KEY=VALUE"}}
-Overrides a Cargo configuration value.
+{{#option "`--config` _KEY=VALUE_ or _PATH_"}}
+Overrides a Cargo configuration value. The argument should be in TOML syntax of `KEY=VALUE`,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the [command-line overrides section](../reference/config.html#command-line-overrides) for more information.
 {{/option}}
 
 {{#option "`-h`" "`--help`"}}
index da6f6fe20429e7e41d861680273bd511cacc6a6d..a397959816e342f695544064e7825bf1862edde9 100644 (file)
@@ -182,8 +182,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-add---config"><a class="option-anchor" href="#option-cargo-add---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-add---config"><a class="option-anchor" href="#option-cargo-add---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-add--h"><a class="option-anchor" href="#option-cargo-add--h"></a><code>-h</code></dt>
index 01ce84dee26b3736e5227e3dcee1f78d1ef8f5f4..b0ecf2159b74485494470d629e9bdf2278e39090 100644 (file)
@@ -421,8 +421,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-bench---config"><a class="option-anchor" href="#option-cargo-bench---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-bench---config"><a class="option-anchor" href="#option-cargo-bench---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-bench--h"><a class="option-anchor" href="#option-cargo-bench--h"></a><code>-h</code></dt>
index 67a49a415f031e97d67dea33656a42c23a8c23c0..5e1fdd039a4f4d9fb33dc9c1b5ec4c74d80ee62f 100644 (file)
@@ -365,8 +365,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-build---config"><a class="option-anchor" href="#option-cargo-build---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-build---config"><a class="option-anchor" href="#option-cargo-build---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-build--h"><a class="option-anchor" href="#option-cargo-build--h"></a><code>-h</code></dt>
index 528b312f71b03948a5a5d58199e6121f17a64a46..82ba76ee39ffd6c867825110260b4a13137bad77 100644 (file)
@@ -346,8 +346,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-check---config"><a class="option-anchor" href="#option-cargo-check---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-check---config"><a class="option-anchor" href="#option-cargo-check---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-check--h"><a class="option-anchor" href="#option-cargo-check--h"></a><code>-h</code></dt>
index eee69854dc64de1af8155b57ec8243407ab5671f..c7cd8fe527448ce69d67a7a4e49933cce884f006 100644 (file)
@@ -150,8 +150,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-clean---config"><a class="option-anchor" href="#option-cargo-clean---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-clean---config"><a class="option-anchor" href="#option-cargo-clean---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-clean--h"><a class="option-anchor" href="#option-cargo-clean--h"></a><code>-h</code></dt>
index 7aa313c9062db637702179e9882aee8358b60ca5..9258705b748873d8802e5f2f867ebc93c19d3400 100644 (file)
@@ -320,8 +320,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-doc---config"><a class="option-anchor" href="#option-cargo-doc---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-doc---config"><a class="option-anchor" href="#option-cargo-doc---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-doc--h"><a class="option-anchor" href="#option-cargo-doc--h"></a><code>-h</code></dt>
index 9248fb98aebe961fdad60845abe485d158bc4563..93e8aba3f260c1bc9dedbd287971f4df0f40268b 100644 (file)
@@ -124,8 +124,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-fetch---config"><a class="option-anchor" href="#option-cargo-fetch---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-fetch---config"><a class="option-anchor" href="#option-cargo-fetch---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-fetch--h"><a class="option-anchor" href="#option-cargo-fetch--h"></a><code>-h</code></dt>
index fad6573fddfd407d77f8b2768b9f513a3bd3bb68..dccffd579ae9754476a187b2fd0054379861f540 100644 (file)
@@ -426,8 +426,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-fix---config"><a class="option-anchor" href="#option-cargo-fix---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-fix---config"><a class="option-anchor" href="#option-cargo-fix---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-fix--h"><a class="option-anchor" href="#option-cargo-fix--h"></a><code>-h</code></dt>
index a608cb2bcf05e45cf30906f30ab6a2020bdf100d..9712cf6632958de285b8d99491c240d8d1d11390 100644 (file)
@@ -98,8 +98,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-generate-lockfile---config"><a class="option-anchor" href="#option-cargo-generate-lockfile---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-generate-lockfile---config"><a class="option-anchor" href="#option-cargo-generate-lockfile---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-generate-lockfile--h"><a class="option-anchor" href="#option-cargo-generate-lockfile--h"></a><code>-h</code></dt>
index 267b6d59445d0f022500f1feff86d1940ad642fc..d2317c399ed5125e2e98aa2c0f0f9d424e5d4a0f 100644 (file)
@@ -111,8 +111,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-init---config"><a class="option-anchor" href="#option-cargo-init---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-init---config"><a class="option-anchor" href="#option-cargo-init---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-init--h"><a class="option-anchor" href="#option-cargo-init--h"></a><code>-h</code></dt>
index 8048ccebf8f39624b138b92e8adf8c2ef4118a4d..f1450a9333bde5221d5e007d8b75a54e37c0902d 100644 (file)
@@ -375,8 +375,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-install---config"><a class="option-anchor" href="#option-cargo-install---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-install---config"><a class="option-anchor" href="#option-cargo-install---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-install--h"><a class="option-anchor" href="#option-cargo-install--h"></a><code>-h</code></dt>
index bb363cc0132f1648bf7d6c185ac6564a3da20bad..7c7e51cfa63d99cbf284512fa1d0dfb828bc08c1 100644 (file)
@@ -87,8 +87,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-locate-project---config"><a class="option-anchor" href="#option-cargo-locate-project---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-locate-project---config"><a class="option-anchor" href="#option-cargo-locate-project---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-locate-project--h"><a class="option-anchor" href="#option-cargo-locate-project--h"></a><code>-h</code></dt>
index 590b99e205b18d2f13f29483b90d4c3af6a22b2a..35fab6763d0daefc2d5ca2697bcfd31e1777b5ea 100644 (file)
@@ -79,8 +79,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-login---config"><a class="option-anchor" href="#option-cargo-login---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-login---config"><a class="option-anchor" href="#option-cargo-login---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-login--h"><a class="option-anchor" href="#option-cargo-login--h"></a><code>-h</code></dt>
index cd62d1b0b9add8ce9a2b65d0497428a4384a0242..feb56f87af3fcc066746bf67c86134181d1ffe62 100644 (file)
@@ -427,8 +427,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-metadata---config"><a class="option-anchor" href="#option-cargo-metadata---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-metadata---config"><a class="option-anchor" href="#option-cargo-metadata---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-metadata--h"><a class="option-anchor" href="#option-cargo-metadata--h"></a><code>-h</code></dt>
index 4763e079b347d7bd79c8ca46cafa0f61c62440a1..0f4f8e7f3c38d39d769bfc8e24d4e265f4ec863b 100644 (file)
@@ -106,8 +106,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-new---config"><a class="option-anchor" href="#option-cargo-new---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-new---config"><a class="option-anchor" href="#option-cargo-new---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-new--h"><a class="option-anchor" href="#option-cargo-new--h"></a><code>-h</code></dt>
index 851c19368615d04eb121201dc803603bbb59b788..73df3cd99024689862fead808b9c3686849f42ff 100644 (file)
@@ -117,8 +117,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-owner---config"><a class="option-anchor" href="#option-cargo-owner---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-owner---config"><a class="option-anchor" href="#option-cargo-owner---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-owner--h"><a class="option-anchor" href="#option-cargo-owner--h"></a><code>-h</code></dt>
index 13d08741892320d6ca164b12ff456d159669ff8a..a58614c678920c5998c09520749a0e45f41b082c 100644 (file)
@@ -283,8 +283,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-package---config"><a class="option-anchor" href="#option-cargo-package---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-package---config"><a class="option-anchor" href="#option-cargo-package---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-package--h"><a class="option-anchor" href="#option-cargo-package--h"></a><code>-h</code></dt>
index 23c15eb16315a7ebf07f5e2bc40847ad1af7147d..873881d8b577e543c0fc53abdef5ecc1fb7f4e24 100644 (file)
@@ -127,8 +127,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-pkgid---config"><a class="option-anchor" href="#option-cargo-pkgid---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-pkgid---config"><a class="option-anchor" href="#option-cargo-pkgid---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-pkgid--h"><a class="option-anchor" href="#option-cargo-pkgid--h"></a><code>-h</code></dt>
index 9b8f47f8bc8d44f313af2a0e62e6723b2cfaeb20..a308c4dca05ba6f6864d33a280c42d9f9743978f 100644 (file)
@@ -249,8 +249,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-publish---config"><a class="option-anchor" href="#option-cargo-publish---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-publish---config"><a class="option-anchor" href="#option-cargo-publish---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-publish--h"><a class="option-anchor" href="#option-cargo-publish--h"></a><code>-h</code></dt>
index e649db8b705b692f0fe316e4f58a6c6e8047a88a..43fcc026b84da34c64d3a471d7add3a37193cd8a 100644 (file)
@@ -258,8 +258,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-run---config"><a class="option-anchor" href="#option-cargo-run---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-run---config"><a class="option-anchor" href="#option-cargo-run---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-run--h"><a class="option-anchor" href="#option-cargo-run--h"></a><code>-h</code></dt>
index 0f8ea1a1838592e3209205b817bf9b709359aef6..606ce7785163beb9a915920d2fb335a28dfdb807 100644 (file)
@@ -359,8 +359,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-rustc---config"><a class="option-anchor" href="#option-cargo-rustc---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-rustc---config"><a class="option-anchor" href="#option-cargo-rustc---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-rustc--h"><a class="option-anchor" href="#option-cargo-rustc--h"></a><code>-h</code></dt>
index 37560f05f578cd5fc7b6c69877b7ff372fae9a3c..c8b6ecf97e5e22e7a8aa0918d0f47a071e350782 100644 (file)
@@ -339,8 +339,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-rustdoc---config"><a class="option-anchor" href="#option-cargo-rustdoc---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-rustdoc---config"><a class="option-anchor" href="#option-cargo-rustdoc---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-rustdoc--h"><a class="option-anchor" href="#option-cargo-rustdoc--h"></a><code>-h</code></dt>
index aff276749d0e1b638ab9c6658a2231284aaa6501..78dfa290f8dff4320902067389ff797be8900e38 100644 (file)
@@ -83,8 +83,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-search---config"><a class="option-anchor" href="#option-cargo-search---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-search---config"><a class="option-anchor" href="#option-cargo-search---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-search--h"><a class="option-anchor" href="#option-cargo-search--h"></a><code>-h</code></dt>
index c4cec8de1c4ad42b7a9bdee34ddbf610414d91c9..69e9a5ae4e9d6204e6545ea173c845fc6fed317f 100644 (file)
@@ -444,8 +444,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-test---config"><a class="option-anchor" href="#option-cargo-test---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-test---config"><a class="option-anchor" href="#option-cargo-test---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-test--h"><a class="option-anchor" href="#option-cargo-test--h"></a><code>-h</code></dt>
index 98a4d55eae967622a9a2c6e9b38a6ce76eb65c15..49b531a239c2b6df5bb51c5794dd4fbe3661d5b0 100644 (file)
@@ -313,8 +313,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-tree---config"><a class="option-anchor" href="#option-cargo-tree---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-tree---config"><a class="option-anchor" href="#option-cargo-tree---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-tree--h"><a class="option-anchor" href="#option-cargo-tree--h"></a><code>-h</code></dt>
index f6a4a13456cee7b1c1d3eb68ae8415812d2c5d91..5d2561a19c9c15d8b431e7ea8c35a176a8fd83c8 100644 (file)
@@ -93,8 +93,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-uninstall---config"><a class="option-anchor" href="#option-cargo-uninstall---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-uninstall---config"><a class="option-anchor" href="#option-cargo-uninstall---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-uninstall--h"><a class="option-anchor" href="#option-cargo-uninstall--h"></a><code>-h</code></dt>
index 4720b1e5e0b14c6b0a18a8c5f44ceb5aef380600..cbea81b3b9a7587c56fe0f9b7d37ef81bcd54f41 100644 (file)
@@ -138,8 +138,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-update---config"><a class="option-anchor" href="#option-cargo-update---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-update---config"><a class="option-anchor" href="#option-cargo-update---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-update--h"><a class="option-anchor" href="#option-cargo-update--h"></a><code>-h</code></dt>
index caeca4e85bd1fda3b09df9bd649eb03502322a80..194107265da9918a21524f7fa11c1af0731a2508 100644 (file)
@@ -134,8 +134,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-vendor---config"><a class="option-anchor" href="#option-cargo-vendor---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-vendor---config"><a class="option-anchor" href="#option-cargo-vendor---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-vendor--h"><a class="option-anchor" href="#option-cargo-vendor--h"></a><code>-h</code></dt>
index 0fb3184bcf4205a8fac2c25110ad931db81f8389..2e44fedac21083e8ddba3bfd9e2dcc1cc517d4ca 100644 (file)
@@ -104,8 +104,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-verify-project---config"><a class="option-anchor" href="#option-cargo-verify-project---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-verify-project---config"><a class="option-anchor" href="#option-cargo-verify-project---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-verify-project--h"><a class="option-anchor" href="#option-cargo-verify-project--h"></a><code>-h</code></dt>
index 8bf4f825c0040c702806e9f80662e2f714f5fa55..ec68e7ca9f35ecd68924ef20fcfebc46852b3264 100644 (file)
@@ -113,8 +113,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo-yank---config"><a class="option-anchor" href="#option-cargo-yank---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo-yank---config"><a class="option-anchor" href="#option-cargo-yank---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo-yank--h"><a class="option-anchor" href="#option-cargo-yank--h"></a><code>-h</code></dt>
index f879fa5306c00108aab35d6e5da211b81c17f3a9..683133838f850ee9465f6ad8ec829e38dd5afb3b 100644 (file)
@@ -221,8 +221,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
 for more information about how toolchain overrides work.</dd>
 
 
-<dt class="option-term" id="option-cargo---config"><a class="option-anchor" href="#option-cargo---config"></a><code>--config</code> KEY=VALUE</dt>
-<dd class="option-desc">Overrides a Cargo configuration value.</dd>
+<dt class="option-term" id="option-cargo---config"><a class="option-anchor" href="#option-cargo---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
+<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
 
 
 <dt class="option-term" id="option-cargo--h"><a class="option-anchor" href="#option-cargo--h"></a><code>-h</code></dt>
index 147e418d1685bc9a17079003034260541ed50c2d..dfcb66dc9a12116446c0cd515cb76fdc291fcc62 100644 (file)
@@ -190,9 +190,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 94fe785b9b2a3c3a40e88e0fda67365693297db9..0f04fa3ef18b1a6d56366aaf3474453787ce95a8 100644 (file)
@@ -444,9 +444,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 0947c39cf53cb13302b7d5a972719b9636691e55..9421f5bf8c708c603e7da231023e479a5b1bf9be 100644 (file)
@@ -374,9 +374,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index cdec2538680b5af939187b18e8419c4b5de120f4..e9a91d362fa68c9e2aef0013c3ab7f14ab7f6b07 100644 (file)
@@ -355,9 +355,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index f0181fb5554d56ea29dc88711ee8b4f795f85827..9570dd0e7e315606ca6d08154eecd2af24b775d4 100644 (file)
@@ -148,9 +148,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 98a95e8fe4d663034d3f89a5dcb5e3c32efc4c15..4bad7ec914491b889dff866f39685cb5f9fd9735 100644 (file)
@@ -322,9 +322,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index b87bbf9694cf2539d47b9825033fdf7e4e590f76..960ee507e4b7c2aace9e310821a139eba5587a57 100644 (file)
@@ -122,9 +122,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index fb065b02a8cf27faadbd6f5d5257a093b5e48741..0e92a8dfcd7b05f771675b8f4a9c7cb2ef450eea 100644 (file)
@@ -450,9 +450,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 52ededfe7d5a3ef49aa279e56410254926ff3c37..5ac1d1ca34b567140e4fe596f3d45bca2e588ac0 100644 (file)
@@ -101,9 +101,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 27bc3c7d67177cfb5895b6e7dc847018433f1db6..6f4754b5cded96eab1779c7121563e5fecb9cb3a 100644 (file)
@@ -114,9 +114,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index e0ca72862418890cc3a2f4f059b88a320810ccfe..b0b9cbe74a98edde0a77e53df085718cc807da40 100644 (file)
@@ -426,9 +426,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index e802e1b744414087d77b66941385ef9b9edbb843..37a0a81a807652a65ff5262f35ded2e5b847f6d8 100644 (file)
@@ -87,9 +87,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 79d16c906e21362347c7e996afdbf2468adc64e2..7c197b62f439059bb62d6e2988a4bbdbaa4256ac 100644 (file)
@@ -78,9 +78,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 774482256fa8a6cc6d505d3e71bf4995e38cb51c..95c386eec7f8eaf58c35fb67a30227ce394b6a21 100644 (file)
@@ -425,9 +425,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 7997788c3861b1d12560fa1ffe24dcbb44c144cc..766c11d6ac9d41cacce39e1fda71d4af44efc1c3 100644 (file)
@@ -109,9 +109,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index d05b8a38fd8927f06f7af51022d37f38ea1c5a66..4b9c2bb8feec6a10c203876beda8c8d585825f1e 100644 (file)
@@ -120,9 +120,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index bcb3b02ae93c451f3a4279f69537d8c499c902ad..2a8d08396454d6100e8a24e5974e1302a28cff6f 100644 (file)
@@ -294,9 +294,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 315e38d306c1fa3ecc451a9b460c1178ad865fd7..9026dd8244172de042bb6ad66d6423325b5d3891 100644 (file)
@@ -156,9 +156,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 5d0ebc0b960649a8c583f6f3d2b4eb5f620c69d4..1694299bd0d06b72af46fa0b63275a401ea23f6a 100644 (file)
@@ -244,9 +244,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 461e88abd1aad1e07848cc43d7ddba1eefe19f9a..af8b55820f77b72000c189c001be7147c89e3ea9 100644 (file)
@@ -255,9 +255,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index e5a16a82b312d0b087ff3fb825568af8535aae72..9c2d5afc595434d4860b3f7b94fc446941aa206c 100644 (file)
@@ -373,9 +373,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 8c62edd9f836ac8a3dbaddbfeb90a27f3ff39c7e..cedf3d1db34f97a7f8683b8ee58f364e236b13b5 100644 (file)
@@ -341,9 +341,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index f071661e8f2fb44b6d56927ada5e760af70ff687..921892370cf7935b2d97ad6f0618a704b6ae71a3 100644 (file)
@@ -81,9 +81,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index cf9887d00d1efc353607c91d57e2206357f02764..ddf2e47774fe012ae2188a42051a0345ec66b977 100644 (file)
@@ -463,9 +463,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 67759cc8f7a35b8ac6e76c80d7e523c4325b5683..8041fe6c4e5c46ec1f4e1d3c38873ba1645c70d6 100644 (file)
@@ -354,9 +354,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 5ac4204a561f1d7ee9c7f17c449be57f9450ae8d..6df3d9566dabc676de9b61cdb81dc53b57fbd16c 100644 (file)
@@ -104,9 +104,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 12d8dbc31b3b7fd39aa8f4eab8b3ff07bd9a1b92..307fe834c71fd59c8e3c877f47da8691a9dc9e5f 100644 (file)
@@ -141,9 +141,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 8e4fa3658f3c9f9a56583622a4cc6f7f5931d912..75dbbd08e147618e0166fa2d7d189e94783b201b 100644 (file)
@@ -132,9 +132,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index a31535179ed8c3b1966b01adca2418a76f422092..09d6de021640571d4bee65ff55c30a570d8adcd4 100644 (file)
@@ -111,9 +111,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index c144ea14f459833d3fdb30a5a85c1f572b94fb3c..91d87dddbf3fcb930c069f9be4b0497c845d8c21 100644 (file)
@@ -112,9 +112,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR, 
index 3d7e6aec590ff8c156402999a4c7ed841ea19acc..f95fe9cdb96916acec67051398f02f0a3b083333 100644 (file)
@@ -244,9 +244,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
 for more information about how toolchain overrides work.
 .RE
 .sp
-\fB\-\-config\fR KEY=VALUE
+\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
 .RS 4
-Overrides a Cargo configuration value.
+Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
+or provided as a path to an extra configuration file. This flag may be specified multiple times.
+See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
 .RE
 .sp
 \fB\-h\fR,