diff options
author | Matt Kraai | 2000-07-16 20:57:15 +0000 |
---|---|---|
committer | Matt Kraai | 2000-07-16 20:57:15 +0000 |
commit | bf181b9338152759fd56c8009e9a962a84808e7c (patch) | |
tree | e8c416c791c690f661c513340662e4e98ff3464a /uname.c | |
parent | 3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217 (diff) | |
download | busybox-bf181b9338152759fd56c8009e9a962a84808e7c.zip busybox-bf181b9338152759fd56c8009e9a962a84808e7c.tar.gz |
Extract usage information into a separate file.
Diffstat (limited to 'uname.c')
-rw-r--r-- | uname.c | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -40,24 +40,6 @@ # include <sys/systeminfo.h> #endif - -static const char uname_usage[] = - "uname [OPTION]...\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nPrint 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" - "\t-r\tprint the operating system release\n" - "\t-s\tprint the operating system name\n" - - "\t-p\tprint the host processor type\n" - "\t-v\tprint the operating system version\n" -#endif - ; - - static void print_element(unsigned int mask, char *element); /* Values that are bitwise or'd into `toprint'. */ |