diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-23 09:27:05 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-23 09:27:05 +0000 |
commit | f23c3f95e88302923147f159115180da7cf0344e (patch) | |
tree | 572e3ced96291e0d9eec0c1a2f2c9f6a8379f7e9 | |
parent | fff9b699f19bf4e687b755f3a0faecbe958258a9 (diff) | |
download | busybox-w32-f23c3f95e88302923147f159115180da7cf0344e.tar.gz busybox-w32-f23c3f95e88302923147f159115180da7cf0344e.tar.bz2 busybox-w32-f23c3f95e88302923147f159115180da7cf0344e.zip |
arping: fix help text (-i -> -I), and shorten it a bit
-rw-r--r-- | include/usage.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/usage.h b/include/usage.h index 15ef44ab1..82a17578a 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -76,7 +76,7 @@ | |||
76 | "\n -H hwtype Hardware address type" | 76 | "\n -H hwtype Hardware address type" |
77 | 77 | ||
78 | #define arping_trivial_usage \ | 78 | #define arping_trivial_usage \ |
79 | "[-fqbDUA] [-c count] [-w timeout] [-i device] [-s sender] target" | 79 | "[-fqbDUA] [-c count] [-w timeout] [-I dev] [-s sender] target" |
80 | #define arping_full_usage \ | 80 | #define arping_full_usage \ |
81 | "Ping hosts by ARP requests/replies" \ | 81 | "Ping hosts by ARP requests/replies" \ |
82 | "\n\nOptions:\n" \ | 82 | "\n\nOptions:\n" \ |
@@ -84,13 +84,13 @@ | |||
84 | " -q Quiet\n" \ | 84 | " -q Quiet\n" \ |
85 | " -b Keep broadcasting, don't go unicast\n" \ | 85 | " -b Keep broadcasting, don't go unicast\n" \ |
86 | " -D Duplicated address detection mode\n" \ | 86 | " -D Duplicated address detection mode\n" \ |
87 | " -U Unsolicited ARP mode, update your neighbours\n" \ | 87 | " -U Unsolicited ARP mode, update your neighbors\n" \ |
88 | " -A ARP answer mode, update your neighbours\n" \ | 88 | " -A ARP answer mode, update your neighbors\n" \ |
89 | " -c count Stop after sending count ARP request packets\n" \ | 89 | " -c N Stop after sending N ARP requests\n" \ |
90 | " -w timeout Time to wait for ARP reply, in seconds\n" \ | 90 | " -w timeout Time to wait for ARP reply, in seconds\n" \ |
91 | " -I device Outgoing interface name, default is eth0\n" \ | 91 | " -I dev Interface to use (default eth0)\n" \ |
92 | " -s sender Set specific sender IP address\n" \ | 92 | " -s sender Sender IP address\n" \ |
93 | " target Target IP address of ARP request" | 93 | " target Target IP address" |
94 | 94 | ||
95 | #define ash_trivial_usage \ | 95 | #define ash_trivial_usage \ |
96 | "[FILE]...\n" \ | 96 | "[FILE]...\n" \ |