[PATCH 0/2] Add -R to less applet (bug #5546)

Denys Vlasenko vda.linux at googlemail.com
Fri Jan 26 14:32:32 UTC 2018


fixed, thanks

On Wed, Jan 24, 2018 at 7:39 AM, Kang-Che Sung <explorer09 at gmail.com> wrote:
> Hi Denys Vlasenko,
>
> I think I found a typo in the recent commit
> 8528d3d4f8240ab4715f671aa819fe034f0fc285
>
>> @@ -106,7 +122,7 @@
>>
>>  //usage:#define less_trivial_usage
>>  //usage: "[-E" IF_FEATURE_LESS_REGEXP("I")IF_FEATURE_LESS_FLAGS("Mm")
>> -//usage: "N" IF_FEATURE_LESS_TRUNCATE("S") "h~] [FILE]..."
>> +//usage: "N" IF_FEATURE_LESS_TRUNCATE("S") IF_FEATURE_LESS_TRUNCATE("R") "h~] [FILE]..."
>>  //usage:#define less_full_usage "\n\n"
>>  //usage: "View FILE (or stdin) one screenful at a time\n"
>>  //usage: "\n -E Quit once the end of a file is reached"
>
>
> It shouldn't be IF_FEATURE_LESS_TRUNCATE("R") .


More information about the busybox mailing list