diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-07 23:22:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-07 23:22:08 +0000 |
commit | 8d89bed8401bfbca9c5ef18f201439b3502e733b (patch) | |
tree | b5db7bd373d32b4891610cd2c58f6307d4808447 /include | |
parent | ee9deb863e089e1b607cc5771123257c3223bea0 (diff) | |
download | busybox-w32-8d89bed8401bfbca9c5ef18f201439b3502e733b.tar.gz busybox-w32-8d89bed8401bfbca9c5ef18f201439b3502e733b.tar.bz2 busybox-w32-8d89bed8401bfbca9c5ef18f201439b3502e733b.zip |
watchdog: add -T option
function old new delta
watchdog_main 159 219 +60
mdev: support match by major,minor. See bug 4714.
+100 bytes.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index c0b81efd1..fdad63a4f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4561,14 +4561,15 @@ | |||
4561 | "Mon Dec 17 10:31:44 GMT 2000" | 4561 | "Mon Dec 17 10:31:44 GMT 2000" |
4562 | 4562 | ||
4563 | #define watchdog_trivial_usage \ | 4563 | #define watchdog_trivial_usage \ |
4564 | "[-t N[ms]] [-F] DEV" | 4564 | "[-t N[ms]] [-T N[ms]] [-F] DEV" |
4565 | #define watchdog_full_usage "\n\n" \ | 4565 | #define watchdog_full_usage "\n\n" \ |
4566 | "Periodically write to watchdog device DEV\n" \ | 4566 | "Periodically write to watchdog device DEV\n" \ |
4567 | "\nOptions:" \ | 4567 | "\nOptions:" \ |
4568 | "\n -t N Timer period (default 30)" \ | 4568 | "\n -T N Reboot after N seconds if not reset (default 60)" \ |
4569 | "\n -t N Reset every N seconds (default 30)" \ | ||
4569 | "\n -F Run in foreground" \ | 4570 | "\n -F Run in foreground" \ |
4570 | "\n" \ | 4571 | "\n" \ |
4571 | "\nUse -t 500ms to specify period in milliseconds" \ | 4572 | "\nUse 500ms to specify period in milliseconds" \ |
4572 | 4573 | ||
4573 | #define wc_trivial_usage \ | 4574 | #define wc_trivial_usage \ |
4574 | "[OPTION]... [FILE]..." | 4575 | "[OPTION]... [FILE]..." |