1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

chroot: remove outdated info from help

This commit is contained in:
Daniel Hofstetter 2025-01-02 13:38:39 +01:00
parent e5e589afd5
commit e22bcbb74d

View file

@ -199,11 +199,7 @@ pub fn uu_app() -> Command {
.arg( .arg(
Arg::new(options::USERSPEC) Arg::new(options::USERSPEC)
.long(options::USERSPEC) .long(options::USERSPEC)
.help( .help("Colon-separated user and group to switch to.")
"Colon-separated user and group to switch to. \
Same as -u USER -g GROUP. \
Userspec has higher preference than -u and/or -g",
)
.value_name("USER:GROUP"), .value_name("USER:GROUP"),
) )
.arg( .arg(