From 78f9351e71248f93e7d9ad40d9d3466aa6d3ba45 Mon Sep 17 00:00:00 2001 From: Knight Date: Sat, 7 May 2016 16:12:01 +0800 Subject: [PATCH] mknod: correct the help --- src/mknod/mknod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mknod/mknod.rs b/src/mknod/mknod.rs index 47bdc6ce5..61f4f6ed6 100644 --- a/src/mknod/mknod.rs +++ b/src/mknod/mknod.rs @@ -79,9 +79,6 @@ pub fn uumain(args: Vec) -> i32 { Mandatory arguments to long options are mandatory for short options too. -m, --mode=MODE set file permission bits to MODE, not a=rw - umask - -Z set the SELinux security context to default type - --context[=CTX] like -Z, or if CTX is specified then set the SELinux - or SMACK security context to CTX --help display this help and exit --version output version information and exit