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. --- coreutils/sleep.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'coreutils/sleep.c') diff --git a/coreutils/sleep.c b/coreutils/sleep.c index c7ab32d4b..d6705c4c3 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c @@ -24,12 +24,6 @@ #include "internal.h" #include -const char sleep_usage[] = "sleep N\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nPause for N seconds.\n" -#endif - ; - extern int sleep_main(int argc, char **argv) { if ((argc < 2) || (**(argv + 1) == '-')) { -- cgit v1.2.3