From 72e5f9f41964f6f3a2c610541d27bfb61e2df7b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 11 Feb 2021 11:33:59 +0100 Subject: [PATCH] exit after help --- sink/sink20169.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sink/sink20169.c b/sink/sink20169.c index f0370bc..cf2b8cd 100644 --- a/sink/sink20169.c +++ b/sink/sink20169.c @@ -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; } }