fix/uname ~ correct --all help description

This commit is contained in:
Roy Ivy III 2023-01-09 21:28:39 -06:00
parent b5eaa8822f
commit 759f32fe4f

View file

@ -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(