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':
|
case 'h':
|
||||||
return usage(argv);
|
return usage(argv);
|
||||||
|
case '-':
|
||||||
|
// hm
|
||||||
|
return 0;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "Unrecognized option: %c\n", *c);
|
fprintf(stderr, "Unrecognized option: %c\n", *c);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user