fix
This commit is contained in:
parent
2ae4cfc6ea
commit
8479e4d11b
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user