fix/uname ~ correct --all help description

This commit is contained in:
Roy Ivy III
2023-01-14 22:53:25 -06:00
parent b5eaa8822f
commit 759f32fe4f
+1 -1
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(