aboutsummaryrefslogtreecommitdiff
path: root/mkdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkdir.c')
-rw-r--r--mkdir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdir.c b/mkdir.c
index dc245a18e..017ef9b08 100644
--- a/mkdir.c
+++ b/mkdir.c
@@ -26,7 +26,8 @@
26#include <errno.h> 26#include <errno.h>
27#include <sys/param.h> 27#include <sys/param.h>
28 28
29static const char mkdir_usage[] = "Usage: mkdir [OPTION] DIRECTORY...\n\n" 29static const char mkdir_usage[] =
30"mkdir [OPTION] DIRECTORY...\n\n"
30"Create the DIRECTORY(ies), if they do not already exist\n\n" 31"Create the DIRECTORY(ies), if they do not already exist\n\n"
31"Options:\n" 32"Options:\n"
32"\t-m\tset permission mode (as in chmod), not rwxrwxrwx - umask\n" 33"\t-m\tset permission mode (as in chmod), not rwxrwxrwx - umask\n"