Merge pull request #881 from dforsi/fix/getopt_long

The -M option needs an argument like its long version "multicast-addr"
pull/891/head
Michael Black 2021-12-04 09:27:48 -06:00 zatwierdzone przez GitHub
commit 1b6a1b85a8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -86,7 +86,7 @@
* keep up to date SHORT_OPTIONS, usage()'s output and man page. thanks.
* TODO: add an option to read from a file
*/
#define SHORT_OPTIONS "m:r:p:d:P:D:s:c:T:t:C:W:x:z:lLuovhVZM"
#define SHORT_OPTIONS "m:r:p:d:P:D:s:c:T:t:C:W:x:z:lLuovhVZM:"
static struct option long_options[] =
{
{"model", 1, 0, 'm'},