tmpdir.c: Make the `-C PATH' option actually work.
[checkpath] / tmpdir.c
index 71c7ab0..c7f4c5a 100644 (file)
--- a/tmpdir.c
+++ b/tmpdir.c
@@ -324,7 +324,7 @@ int main(int argc, char *argv[])
       { "group",       OPTF_ARGREQ,    0,      'g' },
       { 0,             0,              0,      0 }
     };
-    int i = mdwopt(argc, argv, "hVu" "bcvtg:c:", opts, 0, 0, 0);
+    int i = mdwopt(argc, argv, "hVu" "bcvtg:C:", opts, 0, 0, 0);
 
     if (i < 0)
       break;