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 Davis 2006-01-10 16:15:58 +00:00
parent c549166846
commit 582fa422ec

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");