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

@ -88,7 +88,7 @@
" -A ARP answer mode, update your neighbours\n" \
" -c count Stop after sending count ARP request packets\n" \
" -w timeout Time to wait for ARP reply, in seconds\n" \
" -i device Outgoing interface name, default is eth0\n" \
" -I device Outgoing interface name, default is eth0\n" \
" -s sender Set specific sender IP address\n" \
" target Target IP address of ARP request"