Changed the option to remove duplicates from -r to -d.
[selector.git] / selector.cc
index 668323e..1518120 100644 (file)
@@ -403,7 +403,7 @@ int main(int argc, char **argv) {
       i++;
     }
 
-    else if(strcmp(argv[i], "-r") == 0) {
+    else if(strcmp(argv[i], "-d") == 0) {
       remove_duplicates = 1;
       i++;
     }
@@ -432,7 +432,7 @@ int main(int argc, char **argv) {
            << " [-h]"
            << " [-v]"
            << " [-m]"
-           << " [-r]"
+           << " [-d]"
            << " [-z]"
            << " [-i]"
            << " [-c <fg modeline> <bg modeline> <fg highlight> <bg highlight>]"