diff options
author | Denis Vlasenko | 2007-06-17 00:36:57 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-17 00:36:57 +0000 |
commit | ea9e798004ab2c4022ccb54c2d8effbe25b7b122 (patch) | |
tree | 76571f91a5458c4311c9b4dd7cb31c70445812e9 /networking/arping.c | |
parent | a6163ca355464b34513723b82ba24f0d001d8332 (diff) | |
download | busybox-ea9e798004ab2c4022ccb54c2d8effbe25b7b122.zip busybox-ea9e798004ab2c4022ccb54c2d8effbe25b7b122.tar.gz |
arping: -i should be -I
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 d65be81..1b26049 100644 --- a/networking/arping.c +++ b/networking/arping.c @@ -259,7 +259,7 @@ int arping_main(int argc, char **argv) * Advert also sets unsolicited. */ opt_complementary = "Df:AU"; - opt = getopt32(argc, argv, "DUAqfbc:w:i:s:", + opt = getopt32(argc, argv, "DUAqfbc:w:I:s:", &_count, &_timeout, &device, &source); cfg |= opt & 0x3f; /* set respective flags */ if (opt & 0x40) /* -c: count */ |