diff --git a/tools/psl.c b/tools/psl.c index 0e8c926..7c53dce 100644 --- a/tools/psl.c +++ b/tools/psl.c @@ -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;