summaryrefslogtreecommitdiff
path: root/src/mkdir.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-28 09:53:03 +0200
committerJim Meyering <meyering@redhat.com>2008-06-28 10:03:27 +0200
commit9396eb903752ad4a1375235f62dcb094a5ae2cf0 (patch)
treedfad249ab198f12bc1ff108dee1935124955e797 /src/mkdir.c
parent8da8dfc47003d864a731f2c1cbbcff10b1f93d01 (diff)
downloadcoreutils-9396eb903752ad4a1375235f62dcb094a5ae2cf0.tar.xz
doc: add "..." to Usage, to indicate there may be multiple OPTIONs
* src/base64.c (usage): Likewise. * src/cat.c (usage): Likewise. * src/md5sum.c (usage): Likewise. * src/mkdir.c (usage): Likewise. * src/mkfifo.c (usage): Likewise. * src/split.c (usage): Likewise. * src/stat.c (usage): Likewise. Heiko Marr reported the problem with mkdir.
Diffstat (limited to 'src/mkdir.c')
-rw-r--r--src/mkdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkdir.c b/src/mkdir.c
index 9644f4c9f..e408f2975 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -55,7 +55,7 @@ usage (int status)
program_name);
else
{
- printf (_("Usage: %s [OPTION] DIRECTORY...\n"), program_name);
+ printf (_("Usage: %s [OPTION]... DIRECTORY...\n"), program_name);
fputs (_("\
Create the DIRECTORY(ies), if they do not already exist.\n\
\n\