aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/arping.c')
-rw-r--r--networking/arping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c
index d65be815a..1b2604902 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -259,7 +259,7 @@ int arping_main(int argc, char **argv)
259 * Advert also sets unsolicited. 259 * Advert also sets unsolicited.
260 */ 260 */
261 opt_complementary = "Df:AU"; 261 opt_complementary = "Df:AU";
262 opt = getopt32(argc, argv, "DUAqfbc:w:i:s:", 262 opt = getopt32(argc, argv, "DUAqfbc:w:I:s:",
263 &_count, &_timeout, &device, &source); 263 &_count, &_timeout, &device, &source);
264 cfg |= opt & 0x3f; /* set respective flags */ 264 cfg |= opt & 0x3f; /* set respective flags */
265 if (opt & 0x40) /* -c: count */ 265 if (opt & 0x40) /* -c: count */