Also enable use of the -D option.

This commit is contained in:
root 2006-10-13 15:07:47 +01:00
parent aa8b911200
commit 7d6be54038
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int main(int argc, char* argv[])
// process commandline options
while(1) {
switch(getopt_long(argc, argv, "hVs:p:", options, 0)) {
switch(getopt_long(argc, argv, "hVDs:p:", options, 0)) {
case -1:
goto done;