mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
uname: add missing paren
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ pub fn uumain(args: Vec<String>) -> i32 {
|
||||
.short("s")
|
||||
.long(OPT_KERNELNAME)
|
||||
.alias("sysname") // Obsolescent option in GNU uname
|
||||
.help("print the operating system name.")
|
||||
.help("print the operating system name."))
|
||||
.arg(Arg::with_name(OPT_NODENAME)
|
||||
.short("n")
|
||||
.long(OPT_NODENAME)
|
||||
|
||||
Reference in New Issue
Block a user