This commit is contained in:
2021-09-21 22:05:23 +02:00
parent c349defdeb
commit 708822c661
2 changed files with 11 additions and 2 deletions

View File

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