handle -- properly in compositor
This commit is contained in:
parent
e1056ef605
commit
274261d5ba
@ -117,6 +117,9 @@ static int parse_args(int argc, char * argv[], int * out) {
|
||||
}
|
||||
case 'h':
|
||||
return usage(argv);
|
||||
case '-':
|
||||
// hm
|
||||
return 0;
|
||||
default:
|
||||
fprintf(stderr, "Unrecognized option: %c\n", *c);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user