diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-04-11 03:29:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 03:29:49 +0200 |
commit | 5bc8c005a8e15c43285bc595a8d404de67a482ac (patch) | |
tree | 98f2d35d1db26f4d8cba5f095ff63bf8e2e8d980 /miscutils/less.c | |
parent | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (diff) | |
download | busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.gz busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.bz2 busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.zip |
move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/less.c')
-rw-r--r-- | miscutils/less.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index 9e12c11a7..77fd5a8de 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -21,6 +21,18 @@ | |||
21 | * redirected input has been read from stdin | 21 | * redirected input has been read from stdin |
22 | */ | 22 | */ |
23 | 23 | ||
24 | //usage:#define less_trivial_usage | ||
25 | //usage: "[-EMNmh~I?] [FILE]..." | ||
26 | //usage:#define less_full_usage "\n\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" | ||
30 | //usage: "\n -M,-m Display status line with line numbers" | ||
31 | //usage: "\n and percentage through the file" | ||
32 | //usage: "\n -N Prefix line number to each line" | ||
33 | //usage: "\n -I Ignore case in all searches" | ||
34 | //usage: "\n -~ Suppress ~s displayed past the end of the file" | ||
35 | |||
24 | #include <sched.h> /* sched_yield() */ | 36 | #include <sched.h> /* sched_yield() */ |
25 | 37 | ||
26 | #include "libbb.h" | 38 | #include "libbb.h" |