This commit is contained in:
Wolfgang Hottgenroth 2021-02-11 12:28:32 +01:00
parent 2ae4cfc6ea
commit 8479e4d11b
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -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);