summaryrefslogtreecommitdiff
path: root/coreutils/mknod.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/mknod.c')
-rw-r--r--coreutils/mknod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/mknod.c b/coreutils/mknod.c
index 50dbd62..32d3659 100644
--- a/coreutils/mknod.c
+++ b/coreutils/mknod.c
@@ -13,7 +13,6 @@
//usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME TYPE MAJOR MINOR"
//usage:#define mknod_full_usage "\n\n"
//usage: "Create a special file (block, character, or pipe)\n"
-//usage: "\nOptions:"
//usage: "\n -m MODE Creation mode (default a=rw)"
//usage: IF_SELINUX(
//usage: "\n -Z Set security context"