From: Andreas Schwab Date: Fri, 18 Jul 2008 15:37:41 +0000 (+0200) Subject: mknod: correct misplaced -Z description in --help output X-Git-Tag: v7.0~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a221e27f55ca81f74088c8def4721de8723ea7b;p=thirdparty%2Fcoreutils.git mknod: correct misplaced -Z description in --help output * src/mknod.c (usage): Put it after the "Mandatory arguments..." line. --- diff --git a/src/mknod.c b/src/mknod.c index d93e2cb9d3..f4028e94d7 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -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\