From 759f32fe4fc6f4c8ae274c18462f2cd9c9924d82 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Mon, 9 Jan 2023 21:28:39 -0600 Subject: [PATCH] fix/uname ~ correct `--all` help description --- src/uu/uname/src/uname.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/uname/src/uname.rs b/src/uu/uname/src/uname.rs index a72a90322..5374f5073 100644 --- a/src/uu/uname/src/uname.rs +++ b/src/uu/uname/src/uname.rs @@ -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(