diff options
Diffstat (limited to 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index 77fd5a8de..46024f9f7 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -25,7 +25,6 @@ | |||
25 | //usage: "[-EMNmh~I?] [FILE]..." | 25 | //usage: "[-EMNmh~I?] [FILE]..." |
26 | //usage:#define less_full_usage "\n\n" | 26 | //usage:#define less_full_usage "\n\n" |
27 | //usage: "View FILE (or stdin) one screenful at a time\n" | 27 | //usage: "View FILE (or stdin) one screenful at a time\n" |
28 | //usage: "\nOptions:" | ||
29 | //usage: "\n -E Quit once the end of a file is reached" | 28 | //usage: "\n -E Quit once the end of a file is reached" |
30 | //usage: "\n -M,-m Display status line with line numbers" | 29 | //usage: "\n -M,-m Display status line with line numbers" |
31 | //usage: "\n and percentage through the file" | 30 | //usage: "\n and percentage through the file" |