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:
parent
e5e589afd5
commit
e22bcbb74d
1 changed files with 1 additions and 5 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue