diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mknod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mknod.c b/src/mknod.c index d93e2cb9d..f4028e94d 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -56,12 +56,12 @@ usage (int status) 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\ "), stdout); |