From c705b95cef54b13f2caf801d929207ec7f5fbce7 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 21 Sep 2013 13:46:44 -0500 Subject: Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s. --- toys/posix/uname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/uname.c') diff --git a/toys/posix/uname.c b/toys/posix/uname.c index cd33f12b..2e17d387 100644 --- a/toys/posix/uname.c +++ b/toys/posix/uname.c @@ -4,7 +4,7 @@ * * See http://opengroup.org/onlinepubs/9699919799/utilities/uname.html -USE_UNAME(NEWTOY(uname, "amvrns", TOYFLAG_BIN)) +USE_UNAME(NEWTOY(uname, "oamvrns[+os]", TOYFLAG_BIN)) config UNAME bool "uname" -- cgit v1.2.3