mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
fix/uname ~ correct --all
help description
This commit is contained in:
parent
b5eaa8822f
commit
759f32fe4f
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ pub fn uu_app() -> Command {
|
||||||
Arg::new(options::ALL)
|
Arg::new(options::ALL)
|
||||||
.short('a')
|
.short('a')
|
||||||
.long(options::ALL)
|
.long(options::ALL)
|
||||||
.help("Behave as though all of the options -mnrsv were specified.")
|
.help("Behave as though all of the options -mnrsvo were specified.")
|
||||||
.action(ArgAction::SetTrue),
|
.action(ArgAction::SetTrue),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Reference in a new issue