This commit is contained in:
2021-02-11 12:28:32 +01:00
parent 2ae4cfc6ea
commit 8479e4d11b

View File

@ -333,7 +333,7 @@ int main(int argc, char **argv) {
bool doFork = false; bool doFork = false;
int c; int c;
while ((c = getopt(argc, argv, "f:vs:hn:")) != -1) { while ((c = getopt(argc, argv, "f:vs:hn:b")) != -1) {
switch (c) { switch (c) {
case 'f': case 'f':
configFilename = strdup(optarg); configFilename = strdup(optarg);