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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/posix/uname.c b/toys/posix/uname.c
index 2c1a0504..cd33f12b 100644
--- a/toys/posix/uname.c
+++ b/toys/posix/uname.c
@@ -10,14 +10,14 @@ config UNAME
bool "uname"
default y
help
- usage: uname [-asnrvmpio]
+ usage: uname [-asnrvm]
Print system information.
-s System name
-n Network (domain) name
- -r Release number
- -v Version (build date)
+ -r Kernel Release number
+ -v Kernel Version
-m Machine (hardware) name
-a All of the above
*/