summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\