mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
chroot: remove outdated info from help
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user