From: Jim Meyering Date: Sat, 28 Jun 2008 07:48:11 +0000 (+0200) Subject: mkfifo: correct misplaced -Z description in --help output X-Git-Tag: v7.0~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8da8dfc47003d864a731f2c1cbbcff10b1f93d01;p=thirdparty%2Fcoreutils.git mkfifo: correct misplaced -Z description in --help output * src/mkfifo.c (usage): Put it *after* the "Mandatory arguments..." line. --- diff --git a/src/mkfifo.c b/src/mkfifo.c index d0d2c45197..06075c8a89 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -55,10 +55,10 @@ Create named pipes (FIFOs) with the given NAMEs.\n\ \n\ "), stdout); fputs (_("\ - -Z, --context=CTX set the SELinux security context of each NAME to CTX\n\ +Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ -Mandatory arguments to long options are mandatory for short options too.\n\ + -Z, --context=CTX set the SELinux security context of each NAME to CTX\n\ "), stdout); fputs (_("\ -m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n\