added --help to tools/psl.c

This commit is contained in:
Tim Ruehsen 2014-04-24 12:39:31 +02:00
parent 316e48d48d
commit f85acef96e
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ int main(int argc, const char *const *argv)
psl_file = NULL; psl_file = NULL;
} }
} }
else if (!strcmp(*arg, "--help")) {
usage(0);
}
else if (!strcmp(*arg, "--")) { else if (!strcmp(*arg, "--")) {
arg++; arg++;
break; break;