aboutsummaryrefslogtreecommitdiff
path: root/mkfifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfifo.c')
-rw-r--r--mkfifo.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mkfifo.c b/mkfifo.c
index f701a97d5..3db17bbbc 100644
--- a/mkfifo.c
+++ b/mkfifo.c
@@ -26,14 +26,6 @@
#include <sys/stat.h>
#include <errno.h>
-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;