fix
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user