]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
mknod: correct misplaced -Z description in --help output
authorAndreas Schwab <schwab@suse.de>
Fri, 18 Jul 2008 15:37:41 +0000 (17:37 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 18 Jul 2008 15:51:58 +0000 (17:51 +0200)
* src/mknod.c (usage): Put it after the "Mandatory arguments..." line.

src/mknod.c

index d93e2cb9d3978fae48c17110c1f1a6d107126b9b..f4028e94d797ab7fa6668bf4415b41ab95e57d00 100644 (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\