From 7ddade6065e2a48bf80bb1a42415e5208aa629c9 Mon Sep 17 00:00:00 2001 From: "S.J.R. van Schaik" Date: Tue, 5 Sep 2017 14:11:29 +0100 Subject: [PATCH] rots-util: add missing short-hand argument --- source/sign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sign.c b/source/sign.c index 84586a2..c042d23 100644 --- a/source/sign.c +++ b/source/sign.c @@ -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;