Fix confusion between -n and -d switches in main
This commit is contained in:
parent
ff25948a6f
commit
af1134bd75
|
@ -540,8 +540,8 @@ int main(int argc, char* argv[])
|
|||
session = parser.option_value("s");
|
||||
|
||||
return run_server(session, init_command,
|
||||
parser.has_option("d"),
|
||||
parser.has_option("n"),
|
||||
parser.has_option("d"),
|
||||
files);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user