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/mkdir.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'coreutils/mkdir.c') diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index f6e08cadc..f824cdcb6 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c @@ -29,18 +29,6 @@ #include #include -static const char mkdir_usage[] = - "mkdir [OPTION] DIRECTORY...\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nCreate the DIRECTORY(ies), if they do not already exist\n\n" - "Options:\n" - - "\t-m\tset permission mode (as in chmod), not rwxrwxrwx - umask\n" - "\t-p\tno error if existing, make parent directories as needed\n" -#endif - ; - - static int parentFlag = FALSE; static mode_t mode = 0777; -- cgit v1.2.3-55-g6feb