mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27: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)
|
||||
.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…
Add table
Add a link
Reference in a new issue