From 582fa422ec7b02a9c445d900d4b8738d25e85806 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 10 Jan 2006 16:15:58 +0000 Subject: [PATCH] Update usage to reflect the fact that the -d -a now accepts -i . Reminded by: ru Pointy hat: brooks --- usr.sbin/arp/arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index fd5f4ad2ad0a..d7cdc203a6fa 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");