From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- printf.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'printf.c') diff --git a/printf.c b/printf.c index f57289759..6a87fc319 100644 --- a/printf.c +++ b/printf.c @@ -137,13 +137,6 @@ static void verify __P((char *s, char *end)); /* The value to return to the calling program. */ static int exit_status; -static const char printf_usage[] = "printf FORMAT [ARGUMENT...]\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nFormats and prints ARGUMENT(s) according to FORMAT,\n" - "Where FORMAT controls the output exactly as in C printf.\n" -#endif - ; - int printf_main(int argc, char **argv) { char *format; -- cgit v1.2.3