pull/12/head
Stefan Groenroos 2014-11-14 16:30:10 +02:00
rodzic e170c431d8
commit f7079e14fa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -390,7 +390,7 @@ int main(int argc, char **argv)
struct sigaction sigact, sigign;
#endif
while ((opt = getopt(argc, argv, "a:p:f:g:s:b:n:d:P:N:")) != -1) {
while ((opt = getopt(argc, argv, "a:p:f:g:s:b:n:d:P:N")) != -1) {
switch (opt) {
case 'd':
dev_index = verbose_device_search(optarg);