@ -40,7 +40,7 @@ static int parse_args(struct args *args, int argc, char *argv[])
};
int ret;
while ((ret = getopt_long(argc, (char * const *)argv, "hi:d:k:", options,
while ((ret = getopt_long(argc, (char * const *)argv, "hi:d:k:c:", options,
NULL)) >= 0) {
switch (ret) {
case OPTION_HELP: return -1;