diff options
Diffstat (limited to 'coreutils/head.c')
-rw-r--r-- | coreutils/head.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/head.c b/coreutils/head.c index f49320ef4..ec4512765 100644 --- a/coreutils/head.c +++ b/coreutils/head.c | |||
@@ -16,7 +16,6 @@ | |||
16 | //usage:#define head_full_usage "\n\n" | 16 | //usage:#define head_full_usage "\n\n" |
17 | //usage: "Print first 10 lines of each FILE (or stdin) to stdout.\n" | 17 | //usage: "Print first 10 lines of each FILE (or stdin) to stdout.\n" |
18 | //usage: "With more than one FILE, precede each with a filename header.\n" | 18 | //usage: "With more than one FILE, precede each with a filename header.\n" |
19 | //usage: "\nOptions:" | ||
20 | //usage: "\n -n N[kbm] Print first N lines" | 19 | //usage: "\n -n N[kbm] Print first N lines" |
21 | //usage: IF_FEATURE_FANCY_HEAD( | 20 | //usage: IF_FEATURE_FANCY_HEAD( |
22 | //usage: "\n -c N[kbm] Print first N bytes" | 21 | //usage: "\n -c N[kbm] Print first N bytes" |