diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 01:58:37 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 01:58:37 +0100 |
commit | 39a61f955b03820fd1a6653db68144d1b8021911 (patch) | |
tree | 4429a7607ae66de57841d7dc4857ea59e8be59a0 /src | |
parent | 8b69c92bcd7766f979157b979c1e6857b62c3d7c (diff) |
The -l flag takes no argument
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |