aboutsummaryrefslogtreecommitdiff
path: root/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'uname.c')
-rw-r--r--uname.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/uname.c b/uname.c
index b7c88ece5..55616dd19 100644
--- a/uname.c
+++ b/uname.c
@@ -40,24 +40,6 @@
40# include <sys/systeminfo.h> 40# include <sys/systeminfo.h>
41#endif 41#endif
42 42
43
44static const char uname_usage[] =
45 "uname [OPTION]...\n"
46#ifndef BB_FEATURE_TRIVIAL_HELP
47 "\nPrint certain system information. With no OPTION, same as -s.\n\n"
48 "Options:\n"
49 "\t-a\tprint all information\n"
50 "\t-m\tthe machine (hardware) type\n"
51 "\t-n\tprint the machine's network node hostname\n"
52 "\t-r\tprint the operating system release\n"
53 "\t-s\tprint the operating system name\n"
54
55 "\t-p\tprint the host processor type\n"
56 "\t-v\tprint the operating system version\n"
57#endif
58 ;
59
60
61static void print_element(unsigned int mask, char *element); 43static void print_element(unsigned int mask, char *element);
62 44
63/* Values that are bitwise or'd into `toprint'. */ 45/* Values that are bitwise or'd into `toprint'. */