From 39a61f955b03820fd1a6653db68144d1b8021911 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 30 Oct 2024 01:58:37 +0100 Subject: The -l flag takes no argument --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 5b2efff..895ffaa 100644 --- a/src/main.c +++ b/src/main.c @@ -66,7 +66,7 @@ main(int argc, char **argv) {'c', U8C("color"), CLI_NONE}, {'h', U8C("help"), CLI_NONE}, {'i', U8C("ignore-case"), CLI_NONE}, - {'l', U8C("line"), CLI_OPT}, + {'l', U8C("line"), CLI_NONE}, {'p', U8C("predicate"), CLI_NONE}, {'s', U8C("strip-newline"), CLI_NONE}, {'U', U8C("no-unicode"), CLI_NONE}, -- cgit v1.2.3