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 --- rm.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'rm.c') diff --git a/rm.c b/rm.c index 2067d878c..275c05946 100644 --- a/rm.c +++ b/rm.c @@ -29,17 +29,6 @@ #include #include -static const char *rm_usage = "rm [OPTION]... FILE...\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nRemove (unlink) the FILE(s). You may use '--' to\n" - "indicate that all following arguments are non-options.\n\n" - "Options:\n" - "\t-f\t\tremove existing destinations, never prompt\n" - "\t-r or -R\tremove the contents of directories recursively\n" -#endif - ; - - static int recursiveFlag = FALSE; static int forceFlag = FALSE; static const char *srcName; -- cgit v1.2.3-55-g6feb