diff --git a/src/uu/chroot/src/chroot.rs b/src/uu/chroot/src/chroot.rs index b4a0fc949..85c3a02d3 100644 --- a/src/uu/chroot/src/chroot.rs +++ b/src/uu/chroot/src/chroot.rs @@ -105,6 +105,7 @@ pub fn uu_app<'a>() -> Command<'a> { .about(ABOUT) .override_usage(format_usage(USAGE)) .infer_long_args(true) + .trailing_var_arg(true) .arg( Arg::new(options::NEWROOT) .value_hint(clap::ValueHint::DirPath)