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/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-55-g6feb