aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/less.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/less.c b/miscutils/less.c
index 223c2558d..26983f40d 100644
--- a/miscutils/less.c
+++ b/miscutils/less.c
@@ -1820,7 +1820,7 @@ int less_main(int argc, char **argv)
1820 getopt32(argv, "EMmN~IF" 1820 getopt32(argv, "EMmN~IF"
1821 IF_FEATURE_LESS_TRUNCATE("S") 1821 IF_FEATURE_LESS_TRUNCATE("S")
1822 IF_FEATURE_LESS_RAW("R") 1822 IF_FEATURE_LESS_RAW("R")
1823 /*ignored:*/"s" 1823 /*ignored:*/"sX"
1824 ); 1824 );
1825 argv += optind; 1825 argv += optind;
1826 num_files = argc - optind; 1826 num_files = argc - optind;