]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
mkfifo: correct misplaced -Z description in --help output
authorJim Meyering <meyering@redhat.com>
Sat, 28 Jun 2008 07:48:11 +0000 (09:48 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 28 Jun 2008 07:48:11 +0000 (09:48 +0200)
* src/mkfifo.c (usage): Put it *after* the "Mandatory arguments..." line.

src/mkfifo.c

index d0d2c45197ddd2750c7c525bf6d1bc9f834accec..06075c8a891f620c1c0743880c95f1d2bd71d8b9 100644 (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\