aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-30 01:58:37 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-10-30 01:58:37 +0100
commit39a61f955b03820fd1a6653db68144d1b8021911 (patch)
tree4429a7607ae66de57841d7dc4857ea59e8be59a0 /src/main.c
parent8b69c92bcd7766f979157b979c1e6857b62c3d7c (diff)
The -l flag takes no argument
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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},