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

This commit is contained in:
Mike Frysinger
2006-04-27 02:01:16 +00:00
parent f8f2b4b647
commit 865613f728

View File

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