aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-26 21:31:17 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-26 21:31:17 +0000
commitcd68a2e1a891843d8b437a323f1155a3b42d5a72 (patch)
treead4802094c0f43ad6f7772b790cb8a996eb066e5 /include
parent42705abc2840b5472bf2c7846d83c75cfc695c1a (diff)
downloadbusybox-w32-cd68a2e1a891843d8b437a323f1155a3b42d5a72.tar.gz
busybox-w32-cd68a2e1a891843d8b437a323f1155a3b42d5a72.tar.bz2
busybox-w32-cd68a2e1a891843d8b437a323f1155a3b42d5a72.zip
fix watchdog on no-mmu systems by adding -F option for rexec
Diffstat (limited to 'include')
-rw-r--r--include/usage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 712eede63..4aed1664d 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3372,11 +3372,12 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \
3372 "Mon Dec 17 10:31:44 GMT 2000" 3372 "Mon Dec 17 10:31:44 GMT 2000"
3373 3373
3374#define watchdog_trivial_usage \ 3374#define watchdog_trivial_usage \
3375 "[-t <seconds>] DEV" 3375 "[-t <seconds>] [-F] DEV"
3376#define watchdog_full_usage \ 3376#define watchdog_full_usage \
3377 "Periodically write to watchdog device DEV.\n" \ 3377 "Periodically write to watchdog device DEV.\n" \
3378 "Options:\n" \ 3378 "Options:\n" \
3379 "\t-t\tTimer period in seconds - default is 30" 3379 "\t-t\tTimer period in seconds - default is 30\n" \
3380 "\t-F\tStay in the foreground and don't fork"
3380 3381
3381#define wc_trivial_usage \ 3382#define wc_trivial_usage \
3382 "[OPTION]... [FILE]..." 3383 "[OPTION]... [FILE]..."