]> git.sesse.net Git - plocate/commitdiff
Unbreak the --null long option.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 10 Oct 2020 17:29:01 +0000 (19:29 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 10 Oct 2020 17:29:01 +0000 (19:29 +0200)
plocate.cpp

index a7dd78ab87614752264a81ece6e3b719401b696f..371fb533e2fba8d3fe98455dcc15cb28077529fe 100644 (file)
@@ -589,7 +589,6 @@ int main(int argc, char **argv)
                { "database", required_argument, 0, 'd' },
                { "ignore-case", no_argument, 0, 'i' },
                { "limit", required_argument, 0, 'l' },
-               { nullptr, required_argument, 0, 'n' },
                { "null", no_argument, 0, '0' },
                { 0, 0, 0, 0 }
        };