summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mkfifo.c4
-rw-r--r--src/mknod.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mkfifo.c b/src/mkfifo.c
index 690766b07..04b6b4f29 100644
--- a/src/mkfifo.c
+++ b/src/mkfifo.c
@@ -58,10 +58,10 @@ Create named pipes (FIFOs) with the given NAMEs.\n\
Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
- -Z, --context=CTX set the SELinux security context of each NAME to CTX\n\
+ -m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n\
"), stdout);
fputs (_("\
- -m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n\
+ -Z, --context=CTX set the SELinux security context of each NAME to CTX\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
diff --git a/src/mknod.c b/src/mknod.c
index f4028e94d..13f730e67 100644
--- a/src/mknod.c
+++ b/src/mknod.c
@@ -59,11 +59,11 @@ Create the special file NAME of the given TYPE.\n\
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\
+ fputs (_("\
+ -m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n\
"), stdout);
fputs (_("\
- -m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n\
+ -Z, --context=CTX set the SELinux security context of NAME to CTX\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);