From d8a3455ab5a1813543bdaba1b8e9e090450fa0b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 11 Feb 2021 12:28:32 +0100 Subject: [PATCH] fix --- sink/sink20169.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sink/sink20169.c b/sink/sink20169.c index 9e260a4..8458a03 100644 --- a/sink/sink20169.c +++ b/sink/sink20169.c @@ -333,7 +333,7 @@ int main(int argc, char **argv) { bool doFork = false; int c; - while ((c = getopt(argc, argv, "f:vs:hn:")) != -1) { + while ((c = getopt(argc, argv, "f:vs:hn:b")) != -1) { switch (c) { case 'f': configFilename = strdup(optarg);