summaryrefslogtreecommitdiff
path: root/src/mkfifo.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-28 09:48:11 +0200
committerJim Meyering <meyering@redhat.com>2008-06-28 09:48:11 +0200
commit8da8dfc47003d864a731f2c1cbbcff10b1f93d01 (patch)
treec9432216168238f276492ed9f1d15ea07ff4fd5e /src/mkfifo.c
parent1d9b3de9489e89eec12a781d7fa8b2b498f6fab1 (diff)
downloadcoreutils-8da8dfc47003d864a731f2c1cbbcff10b1f93d01.tar.xz
mkfifo: correct misplaced -Z description in --help output
* src/mkfifo.c (usage): Put it *after* the "Mandatory arguments..." line.
Diffstat (limited to 'src/mkfifo.c')
-rw-r--r--src/mkfifo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mkfifo.c b/src/mkfifo.c
index d0d2c4519..06075c8a8 100644
--- a/src/mkfifo.c
+++ b/src/mkfifo.c
@@ -55,10 +55,10 @@ Create named pipes (FIFOs) with the given NAMEs.\n\
\n\
"), stdout);
fputs (_("\
- -Z, --context=CTX set the SELinux security context of each NAME to CTX\n\
+Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
-Mandatory arguments to long options are mandatory for short options too.\n\
+ -Z, --context=CTX set the SELinux security context of each NAME to CTX\n\
"), stdout);
fputs (_("\
-m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n\