Also enable use of the -D option.
This commit is contained in:
parent
aa8b911200
commit
7d6be54038
|
@ -51,7 +51,7 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
// process commandline options
|
// process commandline options
|
||||||
while(1) {
|
while(1) {
|
||||||
switch(getopt_long(argc, argv, "hVs:p:", options, 0)) {
|
switch(getopt_long(argc, argv, "hVDs:p:", options, 0)) {
|
||||||
case -1:
|
case -1:
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue