rots-util: add missing short-hand argument

This commit is contained in:
S.J.R. van Schaik 2017-09-05 14:11:29 +01:00
parent 0e8bfb51c9
commit 7ddade6065

View file

@ -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;