summaryrefslogtreecommitdiff
path: root/src/mkdir.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-23 22:13:00 +0000
committerJim Meyering <jim@meyering.net>1996-11-23 22:13:00 +0000
commitbded355394ffd94db180575c068f2a6a7d131930 (patch)
treeb1f284d76173b4674255f1027bae0bbbeb338724 /src/mkdir.c
parentf43bd3fafc3b6ffcbb9d0799dd92e2fffa99597e (diff)
downloadcoreutils-bded355394ffd94db180575c068f2a6a7d131930.tar.xz
(usage): Alphabetize option descriptions the way sort -f would.
Diffstat (limited to 'src/mkdir.c')
-rw-r--r--src/mkdir.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/mkdir.c b/src/mkdir.c
index 33c4f45f0..9f1ae187f 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -15,17 +15,7 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* Options:
- -p, --parent Ensure that the given path(s) exist:
- Make any missing parent directories for each argument.
- Parent dirs default to umask modified by `u+wx'.
- Do not consider an argument directory that already
- exists to be an error.
- -m, --mode=mode Set the mode of created directories to `mode', which is
- symbolic as in chmod and uses the umask as a point of
- departure.
-
- David MacKenzie <djm@ai.mit.edu> */
+/* David MacKenzie <djm@ai.mit.edu> */
#include <config.h>
#include <stdio.h>
@@ -71,8 +61,8 @@ usage (int status)
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 rwxrwxrwx - umask\n\
+ -p, --parents no error if existing, make parent directories as needed\n\
--verbose print a message for each created directory\n\
--help display this help and exit\n\
--version output version information and exit\n\