diff options
-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 | ||