arping: -i should be -I

This commit is contained in:
Denis Vlasenko
2007-06-17 00:36:57 +00:00
parent a6163ca355
commit ea9e798004
2 changed files with 2 additions and 2 deletions

View File

@ -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 */