The getopt_long shortarg string needed a ':' after 'C' as it has a
mandatory argument.
This commit is contained in:
		| @@ -388,7 +388,7 @@ int main(int argc, char **argv) | |||||||
|  |  | ||||||
|     while (1) { |     while (1) { | ||||||
|         int c; |         int c; | ||||||
|         c = getopt_long(argc, argv, "c:fbp:P:l:h:i:nqr:V:u:U:CS:dw:W:m:M:R:Hv?", |         c = getopt_long(argc, argv, "c:fbp:P:l:h:i:nqr:V:u:U:C:S:dw:W:m:M:R:Hv?", | ||||||
|                         arg_options, NULL); |                         arg_options, NULL); | ||||||
|         if (c == -1) break; |         if (c == -1) break; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user