From c93b936c9af945991f64d8fea5e3832dfd8f4dce Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 10 Oct 2020 19:29:01 +0200 Subject: [PATCH] Unbreak the --null long option. --- plocate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plocate.cpp b/plocate.cpp index a7dd78a..371fb53 100644 --- a/plocate.cpp +++ b/plocate.cpp @@ -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 } }; -- 2.39.2