svn commit: branches/busybox_1_1_stable/networking/udhcp

vapier at busybox.net vapier at busybox.net
Thu Apr 27 02:03:12 UTC 2006


Author: vapier
Date: 2006-04-26 19:03:03 -0700 (Wed, 26 Apr 2006)
New Revision: 14946

Log:
Giuseppe Ciotta writes: add -t, --retries=NUM to show_usage()

Modified:
   branches/busybox_1_1_stable/networking/udhcp/dhcpc.c


Changeset:
Modified: branches/busybox_1_1_stable/networking/udhcp/dhcpc.c
===================================================================
--- branches/busybox_1_1_stable/networking/udhcp/dhcpc.c	2006-04-27 02:01:16 UTC (rev 14945)
+++ branches/busybox_1_1_stable/networking/udhcp/dhcpc.c	2006-04-27 02:03:03 UTC (rev 14946)
@@ -87,6 +87,7 @@
 "                                  " DEFAULT_SCRIPT ")\n"
 "  -T, --timeout=seconds           Try to get the lease for the amount of\n"
 "                                  seconds (default: 3)\n"
+"  -t, --retries=NUM               Send up to NUM request packets\n"
 "  -v, --version                   Display version\n"
 	);
 	exit(0);




More information about the busybox-cvs mailing list