X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plocate.cpp;h=c2bb17ca1452e5b63468c7e45ae5a305db1dc059;hb=97c57726bc81c979386c623ad7586c2677fdd865;hp=ac0ca5e43de8f1416cc8c516c31cc8cf1b3a7937;hpb=00f2a108e271cb0bf7b4ab7b7d7eef48e3cb39e3;p=plocate diff --git a/plocate.cpp b/plocate.cpp index ac0ca5e..c2bb17c 100644 --- a/plocate.cpp +++ b/plocate.cpp @@ -700,7 +700,7 @@ int main(int argc, char **argv) setlocale(LC_ALL, ""); for (;;) { int option_index = 0; - int c = getopt_long(argc, argv, "bcd:hil:n:0wVD", long_options, &option_index); + int c = getopt_long(argc, argv, "bcd:hil:n:0rwVD", long_options, &option_index); if (c == -1) { break; }