1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

mkfifo: correct misplaced -Z description in --help output

* src/mkfifo.c (usage): Put it *after* the "Mandatory arguments..." line.
This commit is contained in:
Jim Meyering
2008-06-28 09:48:11 +02:00
parent 1d9b3de948
commit 8da8dfc470
+2 -2
View File
@@ -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\