Restored command arguments accidentally deleted.

This commit is contained in:
Jim Monte 2019-12-21 15:39:24 -05:00 committed by Holger Vogt
parent 36057d080e
commit 24cc13feaf
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ int main(int argc, char **argv)
int option_index = 0; int option_index = 0;
int c = getopt_long(argc, argv, "D:bac:ino:pqr:st:", int c = getopt_long(argc, argv, "D:hvbac:ino:pqr:st:",
long_options, &option_index); long_options, &option_index);
if (c == -1) { if (c == -1) {