diff options
author | Ron Yorston <rmy@pobox.com> | 2021-10-13 14:37:51 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-10-13 14:37:51 +0100 |
commit | 0ecf1aea459571b48dc68ddc2b7b9265740fa960 (patch) | |
tree | 491d6184a44b8b525a4ca35759d622aecd7f6344 /miscutils/less.c | |
parent | 4859ddcb20616718efbea12c6bf8b27c469b68de (diff) | |
parent | aaf3d5ba74c5da97ff80b61f30cb8dd225d39096 (diff) | |
download | busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.tar.gz busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.tar.bz2 busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.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 a5ce14c91..063c4d378 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -1904,7 +1904,7 @@ int less_main(int argc, char **argv) | |||
1904 | getopt32(argv, "EMmN~IF" | 1904 | getopt32(argv, "EMmN~IF" |
1905 | IF_FEATURE_LESS_TRUNCATE("S") | 1905 | IF_FEATURE_LESS_TRUNCATE("S") |
1906 | IF_FEATURE_LESS_RAW("R") | 1906 | IF_FEATURE_LESS_RAW("R") |
1907 | /*ignored:*/"s" | 1907 | /*ignored:*/"sX" |
1908 | ); | 1908 | ); |
1909 | argv += optind; | 1909 | argv += optind; |
1910 | num_files = argc - optind; | 1910 | num_files = argc - optind; |