mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
chroot: remove outdated info from help
This commit is contained in:
parent
e5e589afd5
commit
e22bcbb74d
1 changed files with 1 additions and 5 deletions
|
@ -199,11 +199,7 @@ pub fn uu_app() -> Command {
|
|||
.arg(
|
||||
Arg::new(options::USERSPEC)
|
||||
.long(options::USERSPEC)
|
||||
.help(
|
||||
"Colon-separated user and group to switch to. \
|
||||
Same as -u USER -g GROUP. \
|
||||
Userspec has higher preference than -u and/or -g",
|
||||
)
|
||||
.help("Colon-separated user and group to switch to.")
|
||||
.value_name("USER:GROUP"),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue