From 8da8dfc47003d864a731f2c1cbbcff10b1f93d01 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 28 Jun 2008 09:48:11 +0200 Subject: mkfifo: correct misplaced -Z description in --help output * src/mkfifo.c (usage): Put it *after* the "Mandatory arguments..." line. --- src/mkfifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mkfifo.c') diff --git a/src/mkfifo.c b/src/mkfifo.c index d0d2c4519..06075c8a8 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\ -- cgit v1.2.3-54-g00ecf