rots-util: add missing short-hand argument
This commit is contained in:
parent
0e8bfb51c9
commit
7ddade6065
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue