mirror of
https://git.busybox.net/udhcp
synced 2025-10-14 01:59:23 +08:00
Giuseppe Ciotta writes: add -t, --retries=NUM to show_usage()
This commit is contained in:
1
dhcpc.c
1
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);
|
||||
|
Reference in New Issue
Block a user