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);