diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-24 16:47:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-24 16:47:08 +0100 |
commit | 14bc965ea9c869716f6b42814b140571f50c5f18 (patch) | |
tree | f0c37111fb6ad41a9466e1f1e8567b4f7f8a3bbd | |
parent | 30b290f996366e9370eadc0321cb59ec4eb85181 (diff) | |
download | busybox-w32-14bc965ea9c869716f6b42814b140571f50c5f18.tar.gz busybox-w32-14bc965ea9c869716f6b42814b140571f50c5f18.tar.bz2 busybox-w32-14bc965ea9c869716f6b42814b140571f50c5f18.zip |
less: fix help text conditional for -R
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | miscutils/less.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/less.c b/miscutils/less.c index c3221a49f..97ab1e6f8 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -122,7 +122,7 @@ | |||
122 | 122 | ||
123 | //usage:#define less_trivial_usage | 123 | //usage:#define less_trivial_usage |
124 | //usage: "[-E" IF_FEATURE_LESS_REGEXP("I")IF_FEATURE_LESS_FLAGS("Mm") | 124 | //usage: "[-E" IF_FEATURE_LESS_REGEXP("I")IF_FEATURE_LESS_FLAGS("Mm") |
125 | //usage: "N" IF_FEATURE_LESS_TRUNCATE("S") IF_FEATURE_LESS_TRUNCATE("R") "h~] [FILE]..." | 125 | //usage: "N" IF_FEATURE_LESS_TRUNCATE("S") IF_FEATURE_LESS_RAW("R") "h~] [FILE]..." |
126 | //usage:#define less_full_usage "\n\n" | 126 | //usage:#define less_full_usage "\n\n" |
127 | //usage: "View FILE (or stdin) one screenful at a time\n" | 127 | //usage: "View FILE (or stdin) one screenful at a time\n" |
128 | //usage: "\n -E Quit once the end of a file is reached" | 128 | //usage: "\n -E Quit once the end of a file is reached" |