summaryrefslogtreecommitdiff
path: root/src/mkdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkdir.c')
-rw-r--r--src/mkdir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mkdir.c b/src/mkdir.c
index 23932ae48..fe0c72fb2 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -148,9 +148,10 @@ usage (status)
{
printf ("Usage: %s [OPTION] DIRECTORY...\n", program_name);
printf ("\
+Create the DIRECTORY(ies), if they do not already exist.\n\
\n\
-p, --parents no error if existing, make parent directories as needed\n\
- -m, --mode=MODE set permission mode (as in chmod), not 0777 - umask\n\
+ -m, --mode=MODE set permission mode (as in chmod), not rwxrwxrwx - umask\n\
--help display this help and exit\n\
--version output version information and exit\n");
}