Skip to content

Commit 0ecdde5

Browse files
author
Jon Gjengset
committed
Don't refer to --config as unstable
1 parent 39c3173 commit 0ecdde5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/bin/cargo/cli.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -476,14 +476,7 @@ See 'cargo help <command>' for more information on a specific command.\n",
476476
.arg(flag("frozen", "Require Cargo.lock and cache are up to date").global(true))
477477
.arg(flag("locked", "Require Cargo.lock is up to date").global(true))
478478
.arg(flag("offline", "Run without accessing the network").global(true))
479-
.arg(
480-
multi_opt(
481-
"config",
482-
"KEY=VALUE",
483-
"Override a configuration value (unstable)",
484-
)
485-
.global(true),
486-
)
479+
.arg(multi_opt("config", "KEY=VALUE", "Override a configuration value").global(true))
487480
.arg(
488481
Arg::new("unstable-features")
489482
.help("Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details")

0 commit comments

Comments
 (0)