diff options
author | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
commit | 895a1533781ca4713ef92113ab6ac5f2584ddd9d (patch) | |
tree | 49c8602e9cd733e6f6c105e94e614b8236677853 /miscutils/less.c | |
parent | 535ec990c50206697852d5c25e94a959f24d86bc (diff) | |
parent | 072fc60f29ee3a4ff38f095a9ef149b2e820c8c0 (diff) | |
download | busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.gz busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.bz2 busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.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 554e54687..d5a68d1e1 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -1848,7 +1848,7 @@ key and/or command line switch compatibility is a good idea: | |||
1848 | Most options may be changed either on the command line, | 1848 | Most options may be changed either on the command line, |
1849 | or from within less by using the - or -- command. | 1849 | or from within less by using the - or -- command. |
1850 | Options may be given in one of two forms: either a single | 1850 | Options may be given in one of two forms: either a single |
1851 | character preceded by a -, or a name preceeded by --. | 1851 | character preceded by a -, or a name preceded by --. |
1852 | -? ........ --help | 1852 | -? ........ --help |
1853 | Display help (from command line). | 1853 | Display help (from command line). |
1854 | -a ........ --search-skip-screen | 1854 | -a ........ --search-skip-screen |