diff options
author | Mike Frysinger | 2006-06-26 21:31:17 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-06-26 21:31:17 +0000 |
commit | cd68a2e1a891843d8b437a323f1155a3b42d5a72 (patch) | |
tree | ad4802094c0f43ad6f7772b790cb8a996eb066e5 /include/usage.h | |
parent | 42705abc2840b5472bf2c7846d83c75cfc695c1a (diff) | |
download | busybox-cd68a2e1a891843d8b437a323f1155a3b42d5a72.zip busybox-cd68a2e1a891843d8b437a323f1155a3b42d5a72.tar.gz |
fix watchdog on no-mmu systems by adding -F option for rexec
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 712eede..4aed166 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3372,11 +3372,12 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \ "Mon Dec 17 10:31:44 GMT 2000" #define watchdog_trivial_usage \ - "[-t <seconds>] DEV" + "[-t <seconds>] [-F] DEV" #define watchdog_full_usage \ "Periodically write to watchdog device DEV.\n" \ "Options:\n" \ - "\t-t\tTimer period in seconds - default is 30" + "\t-t\tTimer period in seconds - default is 30\n" \ + "\t-F\tStay in the foreground and don't fork" #define wc_trivial_usage \ "[OPTION]... [FILE]..." |