diff options
Diffstat (limited to 'networking/arping.c')
-rw-r--r-- | networking/arping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c index 8e457b13a..a2c4c2247 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -249,7 +249,7 @@ int arping_main(int argc, char **argv) | |||
249 | * Advert also sets unsolicited. | 249 | * Advert also sets unsolicited. |
250 | */ | 250 | */ |
251 | opt_complementary = "=1:Df:AU"; | 251 | opt_complementary = "=1:Df:AU"; |
252 | opt = getopt32(argc, argv, "DUAqfbc:w:I:s:", | 252 | opt = getopt32(argv, "DUAqfbc:w:I:s:", |
253 | &str_count, &str_timeout, &device, &source); | 253 | &str_count, &str_timeout, &device, &source); |
254 | if (opt & 0x40) /* -c: count */ | 254 | if (opt & 0x40) /* -c: count */ |
255 | count = xatou(str_count); | 255 | count = xatou(str_count); |