Fixed short command line options for ditdit and testtone.

master
James Peroulas 2017-02-21 16:05:04 -08:00
rodzic c316f1558d
commit 1cccc54bc9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -532,7 +532,7 @@ void parse_commandline(
while (1) {
/* getopt_long stores the option index here. */
int option_index = 0;
int c = getopt_long (argc, argv, "hf:w:p:s",
int c = getopt_long (argc, argv, "hf:w:p:sdt",
long_options, &option_index);
if (c == -1)
break;