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