1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 11:52:15 +02:00

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

* src/mknod.c (usage): Put it after the "Mandatory arguments..." line.
This commit is contained in:
Andreas Schwab
2008-07-18 17:37:41 +02:00
committed by Jim Meyering
parent 4e6af68846
commit 9a221e27f5

View File

@@ -55,12 +55,12 @@ usage (int status)
fputs (_("\
Create the special file NAME of the given TYPE.\n\
\n\
"), stdout);
fputs(_("\
-Z, --context=CTX set the SELinux security context of NAME to CTX\n\
"), stdout);
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\
"), stdout);
fputs (_("\
-m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n\