1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-17 16:01:12 +02:00

mkfifo, mknod --help: put -Z option in its alphabetical position

Options are normally sorted by their short form, not their long form.
Also line up their descriptions.
This commit is contained in:
Benno Schulenberg
2008-08-20 22:35:05 +02:00
committed by Jim Meyering
parent f923ceceba
commit 18efee4e2a
2 changed files with 5 additions and 5 deletions

View 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);

View 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);