Update usage to reflect the fact that the -d -a now accepts -i <interface>.

Reminded by:	ru
Pointy hat:	brooks
This commit is contained in:
brooks 2006-01-10 16:15:58 +00:00
parent cce81f4926
commit 9d25f80654

View File

@ -625,7 +625,7 @@ usage(void)
"usage: arp [-n] [-i interface] hostname",
" arp [-n] [-i interface] -a",
" arp -d hostname [pub]",
" arp -d -a",
" arp -d [-i interface] -a",
" arp -s hostname ether_addr [temp] [pub]",
" arp -S hostname ether_addr [temp] [pub]",
" arp -f filename");