diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 40cb6b2bb..a343b41da 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4821,6 +4821,7 @@ | |||
4821 | "\n -t,--retries N Send up to N discover packets" \ | 4821 | "\n -t,--retries N Send up to N discover packets" \ |
4822 | "\n -T,--timeout N Pause between packets (default 3 seconds)" \ | 4822 | "\n -T,--timeout N Pause between packets (default 3 seconds)" \ |
4823 | "\n -A,--tryagain N Wait N seconds (default 20) after failure" \ | 4823 | "\n -A,--tryagain N Wait N seconds (default 20) after failure" \ |
4824 | "\n -x OPT:VAL Include option OPT in sent packets (cumulative)" \ | ||
4824 | "\n -O,--request-option OPT Request DHCP option OPT (cumulative)" \ | 4825 | "\n -O,--request-option OPT Request DHCP option OPT (cumulative)" \ |
4825 | "\n -o,--no-default-options Don't request any options (unless -O is given)" \ | 4826 | "\n -o,--no-default-options Don't request any options (unless -O is given)" \ |
4826 | "\n -f,--foreground Run in foreground" \ | 4827 | "\n -f,--foreground Run in foreground" \ |
@@ -4851,6 +4852,7 @@ | |||
4851 | "\n -t N Send up to N discover packets" \ | 4852 | "\n -t N Send up to N discover packets" \ |
4852 | "\n -T N Pause between packets (default 3 seconds)" \ | 4853 | "\n -T N Pause between packets (default 3 seconds)" \ |
4853 | "\n -A N Wait N seconds (default 20) after failure" \ | 4854 | "\n -A N Wait N seconds (default 20) after failure" \ |
4855 | "\n -x OPT:VAL Include option OPT in sent packets" \ | ||
4854 | "\n -O OPT Request DHCP option OPT (cumulative)" \ | 4856 | "\n -O OPT Request DHCP option OPT (cumulative)" \ |
4855 | "\n -o Don't request any options (unless -O is given)" \ | 4857 | "\n -o Don't request any options (unless -O is given)" \ |
4856 | "\n -f Run in foreground" \ | 4858 | "\n -f Run in foreground" \ |