Skip to content

Commit

Permalink
chroot: allow hyphen values in command
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Sep 7, 2022
1 parent e28301e commit 245ceb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uu/chroot/src/chroot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ pub fn uu_app<'a>() -> Command<'a> {
)
.arg(
Arg::new(options::COMMAND)
.allow_hyphen_values(true)
.value_hint(clap::ValueHint::CommandName)
.hide(true)
.multiple_occurrences(true)
Expand Down

0 comments on commit 245ceb5

Please sign in to comment.