diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-31 18:10:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-31 18:10:31 +0000 |
commit | e47c4cbd4d3d5c186a497e52106282a9cb0c371d (patch) | |
tree | 4ef53a16ae9df0a8f8857640e09f0bfc0156dde4 | |
parent | 137669449a175280f6ab676e1c42ffe7401a4592 (diff) | |
download | busybox-w32-e47c4cbd4d3d5c186a497e52106282a9cb0c371d.tar.gz busybox-w32-e47c4cbd4d3d5c186a497e52106282a9cb0c371d.tar.bz2 busybox-w32-e47c4cbd4d3d5c186a497e52106282a9cb0c371d.zip |
- update help text.
the interface argument is now a lowercase 'i' to match the big arping
commandline-syntax.
-rw-r--r-- | include/usage.h | 4 |
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 | ||