diff options
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 046a3c459..a2221cfca 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -1321,7 +1321,7 @@ int less_main(int argc, char **argv) | |||
1321 | /* TODO: -x: do not interpret backspace, -xx: tab also */ | 1321 | /* TODO: -x: do not interpret backspace, -xx: tab also */ |
1322 | /* -xxx: newline also */ | 1322 | /* -xxx: newline also */ |
1323 | /* -w N: assume width N (-xxx -w 32: hex viewer of sorts) */ | 1323 | /* -w N: assume width N (-xxx -w 32: hex viewer of sorts) */ |
1324 | getopt32(argc, argv, "EMmN~"); | 1324 | getopt32(argv, "EMmN~"); |
1325 | argc -= optind; | 1325 | argc -= optind; |
1326 | argv += optind; | 1326 | argv += optind; |
1327 | num_files = argc; | 1327 | num_files = argc; |