mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +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)
|
||||
.short('a')
|
||||
.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),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Reference in a new issue