diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index ac62fbf6d..4ee82059e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -535,13 +535,13 @@ | |||
535 | "\n F Input from file" \ | 535 | "\n F Input from file" \ |
536 | 536 | ||
537 | #define crond_trivial_usage \ | 537 | #define crond_trivial_usage \ |
538 | "-fbS -l N " USE_DEBUG_CROND_OPTION("-d N ") "-L LOGFILE -c DIR" | 538 | "-fbS -l N " USE_FEATURE_CROND_D("-d N ") "-L LOGFILE -c DIR" |
539 | #define crond_full_usage "\n\n" \ | 539 | #define crond_full_usage "\n\n" \ |
540 | " -f Foreground" \ | 540 | " -f Foreground" \ |
541 | "\n -b Background (default)" \ | 541 | "\n -b Background (default)" \ |
542 | "\n -S Log to syslog (default)" \ | 542 | "\n -S Log to syslog (default)" \ |
543 | "\n -l Set log level. 0 is the most verbose, default 8" \ | 543 | "\n -l Set log level. 0 is the most verbose, default 8" \ |
544 | USE_DEBUG_CROND_OPTION( \ | 544 | USE_FEATURE_CROND_D( \ |
545 | "\n -d Set log level, log to stderr" \ | 545 | "\n -d Set log level, log to stderr" \ |
546 | ) \ | 546 | ) \ |
547 | "\n -L Log to file" \ | 547 | "\n -L Log to file" \ |
@@ -4349,7 +4349,7 @@ | |||
4349 | "\n -C,--clientid-none Suppress default client identifier" \ | 4349 | "\n -C,--clientid-none Suppress default client identifier" \ |
4350 | "\n -p,--pidfile=file Create pidfile" \ | 4350 | "\n -p,--pidfile=file Create pidfile" \ |
4351 | "\n -r,--request=IP IP address to request" \ | 4351 | "\n -r,--request=IP IP address to request" \ |
4352 | "\n -s,--script=file Run file at DHCP events (default "CONFIG_DHCPC_DEFAULT_SCRIPT")" \ | 4352 | "\n -s,--script=file Run file at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \ |
4353 | "\n -t,--retries=N Send up to N request packets" \ | 4353 | "\n -t,--retries=N Send up to N request packets" \ |
4354 | "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \ | 4354 | "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \ |
4355 | "\n -A,--tryagain=N Wait N seconds (default 20) after failure" \ | 4355 | "\n -A,--tryagain=N Wait N seconds (default 20) after failure" \ |
@@ -4378,7 +4378,7 @@ | |||
4378 | "\n -C Suppress default client identifier" \ | 4378 | "\n -C Suppress default client identifier" \ |
4379 | "\n -p file Create pidfile" \ | 4379 | "\n -p file Create pidfile" \ |
4380 | "\n -r IP IP address to request" \ | 4380 | "\n -r IP IP address to request" \ |
4381 | "\n -s file Run file at DHCP events (default "CONFIG_DHCPC_DEFAULT_SCRIPT")" \ | 4381 | "\n -s file Run file at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \ |
4382 | "\n -t N Send up to N request packets" \ | 4382 | "\n -t N Send up to N request packets" \ |
4383 | "\n -T N Try to get a lease for N seconds (default 3)" \ | 4383 | "\n -T N Try to get a lease for N seconds (default 3)" \ |
4384 | "\n -A N Wait N seconds (default 20) after failure" \ | 4384 | "\n -A N Wait N seconds (default 20) after failure" \ |