aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 3eb5b4867..4fba0e34e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4246,7 +4246,9 @@
4246 "\n -O,--request-option=OPT Request DHCP option OPT (cumulative)" \ 4246 "\n -O,--request-option=OPT Request DHCP option OPT (cumulative)" \
4247 "\n -o,--no-default-options Do not request any options (unless -O is also given)" \ 4247 "\n -o,--no-default-options Do not request any options (unless -O is also given)" \
4248 "\n -f,--foreground Run in foreground" \ 4248 "\n -f,--foreground Run in foreground" \
4249 USE_FOR_MMU( \
4249 "\n -b,--background Background if lease is not immediately obtained" \ 4250 "\n -b,--background Background if lease is not immediately obtained" \
4251 ) \
4250 "\n -S,--syslog Log to syslog too" \ 4252 "\n -S,--syslog Log to syslog too" \
4251 "\n -n,--now Exit with failure if lease is not immediately obtained" \ 4253 "\n -n,--now Exit with failure if lease is not immediately obtained" \
4252 "\n -q,--quit Quit after obtaining lease" \ 4254 "\n -q,--quit Quit after obtaining lease" \
@@ -4273,7 +4275,9 @@
4273 "\n -O OPT Request DHCP option OPT (cumulative)" \ 4275 "\n -O OPT Request DHCP option OPT (cumulative)" \
4274 "\n -o Do not request any options (unless -O is also given)" \ 4276 "\n -o Do not request any options (unless -O is also given)" \
4275 "\n -f Run in foreground" \ 4277 "\n -f Run in foreground" \
4278 USE_FOR_MMU( \
4276 "\n -b Background if lease is not immediately obtained" \ 4279 "\n -b Background if lease is not immediately obtained" \
4280 ) \
4277 "\n -S Log to syslog too" \ 4281 "\n -S Log to syslog too" \
4278 "\n -n Exit with failure if lease is not immediately obtained" \ 4282 "\n -n Exit with failure if lease is not immediately obtained" \
4279 "\n -q Quit after obtaining lease" \ 4283 "\n -q Quit after obtaining lease" \