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