aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/uname.c')
-rw-r--r--toys/posix/uname.c2
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"