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. --- mkfifo.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mkfifo.c') diff --git a/mkfifo.c b/mkfifo.c index f701a97d5..3db17bbbc 100644 --- a/mkfifo.c +++ b/mkfifo.c @@ -26,14 +26,6 @@ #include #include -static const char mkfifo_usage[] = "mkfifo [OPTIONS] name\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nCreates a named pipe (identical to 'mknod name p')\n\n" - "Options:\n" - "\t-m\tcreate the pipe using the specified mode (default a=rw)\n" -#endif - ; - extern int mkfifo_main(int argc, char **argv) { char *thisarg; -- cgit v1.2.3