From d353f773bab8c0f92e149a74400aa31b57da9d05 Mon Sep 17 00:00:00 2001 From: kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/uname.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'coreutils/uname.c') diff --git a/coreutils/uname.c b/coreutils/uname.c index b7c88ece5..55616dd19 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c @@ -40,24 +40,6 @@ # include #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'. */ -- cgit v1.2.3-55-g6feb