diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-10 08:38:15 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-10 08:38:15 +0000 |
commit | f99a280743e877c14ee90a3f9e93a34ca3476a27 (patch) | |
tree | 60ca3d17596e190c8c7cbca587168946598bee8a /miscutils/less.c | |
parent | 40d5dd07ea1f290eaed30a03fd598e33a8eaf495 (diff) | |
parent | 6ca8e347fed8c24655df692f22694baf7c572770 (diff) | |
download | busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.tar.gz busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.tar.bz2 busybox-w32-f99a280743e877c14ee90a3f9e93a34ca3476a27.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'miscutils/less.c')
-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 6b5c8c2dd..ad23b7d0d 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * redirected input has been read from stdin | 20 | * redirected input has been read from stdin |
21 | */ | 21 | */ |
22 | //config:config LESS | 22 | //config:config LESS |
23 | //config: bool "less (15 kb)" | 23 | //config: bool "less (16 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: 'less' is a pager, meaning that it displays text files. It possesses | 26 | //config: 'less' is a pager, meaning that it displays text files. It possesses |