diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 6f8558800..094eae8d9 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2620,9 +2620,11 @@ | |||
2620 | "Mon Dec 17 10:31:44 GMT 2000" | 2620 | "Mon Dec 17 10:31:44 GMT 2000" |
2621 | 2621 | ||
2622 | #define watchdog_trivial_usage \ | 2622 | #define watchdog_trivial_usage \ |
2623 | "DEV" | 2623 | "[-t <seconds>] DEV" |
2624 | #define watchdog_full_usage \ | 2624 | #define watchdog_full_usage \ |
2625 | "Periodically write to watchdog device DEV" | 2625 | "Periodically write to watchdog device DEV.\n" \ |
2626 | "Options:\n" \ | ||
2627 | "\t-t\tTimer period in seconds - default is 30." | ||
2626 | 2628 | ||
2627 | #define wc_trivial_usage \ | 2629 | #define wc_trivial_usage \ |
2628 | "[OPTION]... [FILE]..." | 2630 | "[OPTION]... [FILE]..." |