diff options
-rw-r--r-- | ripd/rip_main.c | 2 | ||||
-rw-r--r-- | ripngd/ripng_main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index ef7e119a..9526d7ae 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -212,7 +212,7 @@ main (int argc, char **argv) { int opt; - opt = getopt_long (argc, argv, "df:hA:P:rv", longopts, 0); + opt = getopt_long (argc, argv, "df:hA:P:u:rv", longopts, 0); if (opt == EOF) break; diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index 87d16a52..bd1972a1 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -214,7 +214,7 @@ main (int argc, char **argv) { int opt; - opt = getopt_long (argc, argv, "dlf:hA:P:v", longopts, 0); + opt = getopt_long (argc, argv, "dlf:hA:P:u:v", longopts, 0); if (opt == EOF) break; |