From 9a221e27f55ca81f74088c8def4721de8723ea7b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 18 Jul 2008 17:37:41 +0200 Subject: [PATCH] mknod: correct misplaced -Z description in --help output * src/mknod.c (usage): Put it after the "Mandatory arguments..." line. --- src/mknod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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\ -- 2.47.3