diff options
author | brooks <brooks@FreeBSD.org> | 2006-01-10 16:15:58 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-01-10 16:15:58 +0000 |
commit | 9d25f806542d47d6a83a9e3f6f7ad3e2ad443f82 (patch) | |
tree | 171446f0afb85c84511a3003c1018c9af9eee5ee | |
parent | cce81f492621dec0c348d4a85c723698193940be (diff) | |
download | FreeBSD-src-9d25f806542d47d6a83a9e3f6f7ad3e2ad443f82.zip FreeBSD-src-9d25f806542d47d6a83a9e3f6f7ad3e2ad443f82.tar.gz |
Update usage to reflect the fact that the -d -a now accepts -i <interface>.
Reminded by: ru
Pointy hat: brooks
-rw-r--r-- | usr.sbin/arp/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index fd5f4ad..d7cdc20 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -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"); |