diff options
author | Rob Landley <rob@landley.net> | 2013-09-21 13:46:44 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-09-21 13:46:44 -0500 |
commit | c705b95cef54b13f2caf801d929207ec7f5fbce7 (patch) | |
tree | cd7457c9abb83b86fd320a94b7416f7204d3ae79 /toys/posix/uname.c | |
parent | dc6db1a81ab2642927a2c431b7ffab120eeb92ca (diff) | |
download | toybox-c705b95cef54b13f2caf801d929207ec7f5fbce7.tar.gz |
Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s.
Diffstat (limited to 'toys/posix/uname.c')
-rw-r--r-- | toys/posix/uname.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |