diff --git a/src/rustup-cli/rustup_mode.rs b/src/rustup-cli/rustup_mode.rs index 9b59a9a6da..6ba71161aa 100644 --- a/src/rustup-cli/rustup_mode.rs +++ b/src/rustup-cli/rustup_mode.rs @@ -288,7 +288,7 @@ pub fn cli() -> App<'static, 'static> { .arg(Arg::with_name("toolchain") .required(true)) .arg(Arg::with_name("command") - .required(true).multiple(true))) + .required(true).multiple(true).use_delimiter(false))) .subcommand(SubCommand::with_name("which") .about("Display which binary will be run for a given command") .arg(Arg::with_name("command")