diff options
Diffstat (limited to 'mkdir.c')
-rw-r--r-- | mkdir.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ | |||
26 | #include <errno.h> | 26 | #include <errno.h> |
27 | #include <sys/param.h> | 27 | #include <sys/param.h> |
28 | 28 | ||
29 | static const char mkdir_usage[] = "Usage: mkdir [OPTION] DIRECTORY...\n\n" | 29 | static 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" |