From 865613f728f73fc2629214c89ac456bee262eb6a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 27 Apr 2006 02:01:16 +0000 Subject: [PATCH] Giuseppe Ciotta writes: add -t, --retries=NUM to show_usage() --- dhcpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dhcpc.c b/dhcpc.c index fe2225a..222bd65 100644 --- a/dhcpc.c +++ b/dhcpc.c @@ -87,6 +87,7 @@ static void ATTRIBUTE_NORETURN show_usage(void) " " 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);