diff options
Diffstat (limited to 'networking/arping.c')
-rw-r--r-- | networking/arping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/arping.c b/networking/arping.c index 4f207eaa5..46bd65e36 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -295,8 +295,8 @@ int arping_main(int argc UNUSED_PARAM, char **argv) | |||
295 | /* Dad also sets quit_on_reply. | 295 | /* Dad also sets quit_on_reply. |
296 | * Advert also sets unsolicited. | 296 | * Advert also sets unsolicited. |
297 | */ | 297 | */ |
298 | opt_complementary = "=1:Df:AU:c+"; | 298 | opt_complementary = "=1:Df:AU"; |
299 | opt = getopt32(argv, "DUAqfbc:w:I:s:", | 299 | opt = getopt32(argv, "DUAqfbc:+w:I:s:", |
300 | &count, &str_timeout, &device, &source); | 300 | &count, &str_timeout, &device, &source); |
301 | if (opt & 0x80) /* -w: timeout */ | 301 | if (opt & 0x80) /* -w: timeout */ |
302 | timeout_us = xatou_range(str_timeout, 0, INT_MAX/2000000) * 1000000 + 500000; | 302 | timeout_us = xatou_range(str_timeout, 0, INT_MAX/2000000) * 1000000 + 500000; |