mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix/uname ~ correct --all help description
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user