aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-31 18:10:31 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-31 18:10:31 +0000
commit026d8a5818fc5ddc7b70ff9483c41de79412fbca (patch)
tree4ef53a16ae9df0a8f8857640e09f0bfc0156dde4
parent92ad7928c56059d269f94bc834bd807e030229fe (diff)
downloadbusybox-w32-026d8a5818fc5ddc7b70ff9483c41de79412fbca.tar.gz
busybox-w32-026d8a5818fc5ddc7b70ff9483c41de79412fbca.tar.bz2
busybox-w32-026d8a5818fc5ddc7b70ff9483c41de79412fbca.zip
- update help text.
the interface argument is now a lowercase 'i' to match the big arping commandline-syntax. git-svn-id: svn://busybox.net/trunk/busybox@14711 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
46 "\t-v\t\tverbosely list files processed" 46 "\t-v\t\tverbosely list files processed"
47 47
48#define arping_trivial_usage \ 48#define arping_trivial_usage \
49 "[-fqbDUA] [-c count] [-w timeout] [-I device] [-s sender] target" 49 "[-fqbDUA] [-c count] [-w timeout] [-i device] [-s sender] target"
50#define arping_full_usage \ 50#define arping_full_usage \
51 "Ping hosts by ARP requests/replies.\n\n" \ 51 "Ping hosts by ARP requests/replies.\n\n" \
52 "Options:\n" \ 52 "Options:\n" \
@@ -58,7 +58,7 @@
58 "\t-A\t\tARP answer mode, update your neighbours\n" \ 58 "\t-A\t\tARP answer mode, update your neighbours\n" \
59 "\t-c count\tStop after sending count ARP request packets\n" \ 59 "\t-c count\tStop after sending count ARP request packets\n" \
60 "\t-w timeout\tTime to wait for ARP reply, in seconds\n" \ 60 "\t-w timeout\tTime to wait for ARP reply, in seconds\n" \
61 "\t-I device\tOutgoing interface name, default is eth0\n" \ 61 "\t-i device\tOutgoing interface name, default is eth0\n" \
62 "\t-s sender\tSet specific sender IP address\n" \ 62 "\t-s sender\tSet specific sender IP address\n" \
63 "\ttarget\t\tTarget IP address of ARP request" 63 "\ttarget\t\tTarget IP address of ARP request"
64 64