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. --- 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