Short option -c does not take a value

This commit is contained in:
Ian Barwick
2015-12-22 12:35:42 +09:00
parent 167b4efbb3
commit e452bf6601

View File

@@ -183,7 +183,7 @@ main(int argc, char **argv)
/* Prevent getopt_long() from printing an error message */
opterr = 0;
while ((c = getopt_long(argc, argv, "?Vd:h:p:U:S:D:l:f:R:w:k:FWIvb:r:c:L:tm:C:", long_options,
while ((c = getopt_long(argc, argv, "?Vd:h:p:U:S:D:l:f:R:w:k:FWIvb:r:cL:tm:C:", long_options,
&optindex)) != -1)
{
/*