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 --- df.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'df.c') diff --git a/df.c b/df.c index 62226ceb8..714c79965 100644 --- a/df.c +++ b/df.c @@ -28,12 +28,6 @@ #include #include -static const char df_usage[] = "df [filesystem ...]\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nPrint the filesystem space used and space available.\n" -#endif - ; - extern const char mtab_file[]; /* Defined in utility.c */ static int df(char *device, const char *mountPoint) -- cgit v1.2.3-55-g6feb