[BusyBox-cvs] busybox/include usage.h,1.129,1.130

Glenn McGrath bug1 at busybox.net
Thu Dec 12 12:56:22 UTC 2002


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv7400/include

Modified Files:
	usage.h 
Log Message:
full usage cleanup for udhcp


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- usage.h	12 Dec 2002 10:31:52 -0000	1.129
+++ usage.h	12 Dec 2002 12:56:18 -0000	1.130
@@ -417,7 +417,6 @@
 #define dumpleases_trivial_usage \
 	"[-r|-a] [-f LEASEFILE]"
 #define dumpleases_full_usage \
-	"Usage: dumpleases -f <file> -[r|a]\n" \
 	"\t-f,\t--file=FILENAME\tLeases file to load\n" \
 	"\t-r,\t--remaining\tInterepret lease times as time remaing\n" \
 	"\t-a,\t--absolute\tInterepret lease times as expire time\n"
@@ -2125,7 +2124,6 @@
 #define udhcpc_trivial_usage \
 	"[-fbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
 #define udhcpc_full_usage \
-	"\tUsage: udhcpc [OPTIONS]\n" \
 	"\t-c,\t--clientid=CLIENTID\tClient identifier\n" \
 	"\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \
 	"\t-h,\t                   \tAlias for -H\n" \
@@ -2143,7 +2141,7 @@
 	"[configfile]\n" \
 
 #define udhcpd_full_usage \
-	"\tUsage: udhcpd [configfile]\n"
+	""
 
 #ifdef CONFIG_FEATURE_MOUNT_FORCE
   #define USAGE_MOUNT_FORCE(a) a




More information about the busybox-cvs mailing list