aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-17 00:36:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-17 00:36:57 +0000
commitea9e798004ab2c4022ccb54c2d8effbe25b7b122 (patch)
tree76571f91a5458c4311c9b4dd7cb31c70445812e9 /include
parenta6163ca355464b34513723b82ba24f0d001d8332 (diff)
downloadbusybox-ea9e798004ab2c4022ccb54c2d8effbe25b7b122.tar.gz
arping: -i should be -I
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 7e23de92d..f5bd96a47 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -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"