exit after help

This commit is contained in:
Wolfgang Hottgenroth 2021-02-11 11:33:59 +01:00
parent c92162b603
commit 72e5f9f419
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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;
}
}