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:
committed by
Jim Meyering
parent
f923ceceba
commit
18efee4e2a
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user