added --help to tools/psl.c
This commit is contained in:
parent
316e48d48d
commit
f85acef96e
|
@ -102,6 +102,9 @@ int main(int argc, const char *const *argv)
|
|||
psl_file = NULL;
|
||||
}
|
||||
}
|
||||
else if (!strcmp(*arg, "--help")) {
|
||||
usage(0);
|
||||
}
|
||||
else if (!strcmp(*arg, "--")) {
|
||||
arg++;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue