]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
mkfifo, mknod --help: put -Z option in its alphabetical position
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 20 Aug 2008 20:35:05 +0000 (22:35 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 19 Sep 2008 10:27:36 +0000 (12:27 +0200)
Options are normally sorted by their short form, not their long form.
Also line up their descriptions.

src/mkfifo.c
src/mknod.c

index 690766b07029fca828d3fc4b041b344ef492f5ca..04b6b4f29a5978bcfb024aa59ee868c5bdefa35d 100644 (file)
@@ -58,10 +58,10 @@ Create named pipes (FIFOs) with the given NAMEs.\n\
 Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
-  -Z, --context=CTX  set the SELinux security context of each NAME to CTX\n\
+  -m, --mode=MODE    set file permission bits to MODE, not a=rw - umask\n\
 "), stdout);
       fputs (_("\
-  -m, --mode=MODE   set file permission bits to MODE, not a=rw - umask\n\
+  -Z, --context=CTX  set the SELinux security context of each NAME to CTX\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
index f4028e94d797ab7fa6668bf4415b41ab95e57d00..13f730e67fd62246edccfa935b816e3f156fc0e9 100644 (file)
@@ -59,11 +59,11 @@ Create the special file NAME of the given TYPE.\n\
       fputs (_("\
 Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
-      fputs(_("\
-  -Z, --context=CTX  set the SELinux security context of NAME to CTX\n\
+      fputs (_("\
+  -m, --mode=MODE    set file permission bits to MODE, not a=rw - umask\n\
 "), stdout);
       fputs (_("\
-  -m, --mode=MODE   set file permission bits to MODE, not a=rw - umask\n\
+  -Z, --context=CTX  set the SELinux security context of NAME to CTX\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);