summaryrefslogtreecommitdiff
path: root/src/mkdir.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-23 20:29:56 +0000
committerJim Meyering <jim@meyering.net>2001-11-23 20:29:56 +0000
commit072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7 (patch)
treef00e0115f8fb69b18b023133baf4b6fb24d8e3ee /src/mkdir.c
parent27fc27695b7955dcf1fa26c1878a2f6acf0150e8 (diff)
downloadcoreutils-072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7.tar.xz
(usage): Note that ``Mandatory arguments to long options are mandatory
for short options too.''
Diffstat (limited to 'src/mkdir.c')
-rw-r--r--src/mkdir.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mkdir.c b/src/mkdir.c
index 57a11423e..b3bfb5cda 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -62,6 +62,11 @@ usage (int status)
fputs (_("\
Create the DIRECTORY(ies), if they do not already exist.\n\
\n\
+"), stdout);
+ fputs (_("\
+Mandatory arguments to long options are mandatory for short options too.\n\
+"), stdout);
+ fputs (_("\
-m, --mode=MODE set permission mode (as in chmod), not rwxrwxrwx - umask\n\
-p, --parents no error if existing, make parent directories as needed\n\
-v, --verbose print a message for each created directory\n\