svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Fri Mar 31 18:10:35 UTC 2006


Author: aldot
Date: 2006-03-31 10:10:31 -0800 (Fri, 31 Mar 2006)
New Revision: 14711

Log:
- update help text.
  the interface argument is now a lowercase 'i' to match the big arping
  commandline-syntax.


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2006-03-31 18:02:46 UTC (rev 14710)
+++ trunk/busybox/include/usage.h	2006-03-31 18:10:31 UTC (rev 14711)
@@ -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"
 




More information about the busybox-cvs mailing list