less: fix help text conditional for -R
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 24 Jan 2018 15:47:08 +0000 (16:47 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 24 Jan 2018 15:47:08 +0000 (16:47 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/less.c

index c3221a49fe48f89345e69fbbce86c595243f88d1..97ab1e6f8fd6e90cd77d28cc7c562532c4f90ff6 100644 (file)
 
 //usage:#define less_trivial_usage
 //usage:       "[-E" IF_FEATURE_LESS_REGEXP("I")IF_FEATURE_LESS_FLAGS("Mm")
-//usage:       "N" IF_FEATURE_LESS_TRUNCATE("S") IF_FEATURE_LESS_TRUNCATE("R") "h~] [FILE]..."
+//usage:       "N" IF_FEATURE_LESS_TRUNCATE("S") IF_FEATURE_LESS_RAW("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"