aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-31 18:10:31 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-31 18:10:31 +0000
commite47c4cbd4d3d5c186a497e52106282a9cb0c371d (patch)
tree4ef53a16ae9df0a8f8857640e09f0bfc0156dde4 /include
parent137669449a175280f6ab676e1c42ffe7401a4592 (diff)
downloadbusybox-e47c4cbd4d3d5c186a497e52106282a9cb0c371d.tar.gz
- update help text.
the interface argument is now a lowercase 'i' to match the big arping commandline-syntax.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index de2484aba..c8984e99b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -46,7 +46,7 @@
"\t-v\t\tverbosely list files processed"
#define arping_trivial_usage \
- "[-fqbDUA] [-c count] [-w timeout] [-I device] [-s sender] target"
+ "[-fqbDUA] [-c count] [-w timeout] [-i device] [-s sender] target"
#define arping_full_usage \
"Ping hosts by ARP requests/replies.\n\n" \
"Options:\n" \
@@ -58,7 +58,7 @@
"\t-A\t\tARP answer mode, update your neighbours\n" \
"\t-c count\tStop after sending count ARP request packets\n" \
"\t-w timeout\tTime to wait for ARP reply, in seconds\n" \
- "\t-I device\tOutgoing interface name, default is eth0\n" \
+ "\t-i device\tOutgoing interface name, default is eth0\n" \
"\t-s sender\tSet specific sender IP address\n" \
"\ttarget\t\tTarget IP address of ARP request"