Restored command arguments accidentally deleted.
This commit is contained in:
parent
5e879468e9
commit
e4966e0263
|
|
@ -892,7 +892,7 @@ int main(int argc, char **argv)
|
|||
|
||||
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);
|
||||
|
||||
if (c == -1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue