Just a small fix to the app options.
Original commit message from CVS: Just a small fix to the app options.
This commit is contained in:
parent
7e3c500f05
commit
34fd3a416d
@ -362,7 +362,7 @@ main (int argc, char *argv[])
|
|||||||
/* getopt_long stores the option index here. */
|
/* getopt_long stores the option index here. */
|
||||||
int option_index = 0;
|
int option_index = 0;
|
||||||
|
|
||||||
c = getopt_long (argc, argv, "n:d:i:f:sh:", long_options, &option_index);
|
c = getopt_long (argc, argv, "n:d:i:f:sh", long_options, &option_index);
|
||||||
|
|
||||||
/* Detect the end of the options. */
|
/* Detect the end of the options. */
|
||||||
if (c == -1) {
|
if (c == -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user