exit after help

This commit is contained in:
2021-02-11 11:33:59 +01:00
parent c92162b603
commit 72e5f9f419

View File

@ -336,6 +336,7 @@ int main(int argc, char **argv) {
printf(" -s FACILITY ...... Sets syslog facility, only LOCAL[0..7]\n");
printf(" USER and DAEMON are supported\n");
printf(" -h ............... This help\n");
exit(0);
break;
}
}