Making note of my changes
[oweals/busybox.git] / uname.c
diff --git a/uname.c b/uname.c
index b54deb3459573b2ef26b517f17ece1e358b3e1fb..9083edb04e65088c32b00b54ac8c5d537a86c482 100644 (file)
--- a/uname.c
+++ b/uname.c
@@ -41,8 +41,9 @@
 
 
 static const char uname_usage[] =
-    "uname [OPTION]...\n"
-    "Print certain system information.  With no OPTION, same as -s.\n"
+    "uname [OPTION]...\n\n"
+    "Print certain system information.  With no OPTION, same as -s.\n\n"
+    "Options:\n"
     "\t-a\tprint all information\n"
     "\t-m\tthe machine (hardware) type\n"
     "\t-n\tprint the machine's network node hostname\n"