diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/usage.h b/include/usage.h index bf1ad949e..5b7db4150 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2533,15 +2533,6 @@ | |||
2533 | "\t-x\texclude these files\n" \ | 2533 | "\t-x\texclude these files\n" \ |
2534 | "\t-d\textract files into this directory" | 2534 | "\t-d\textract files into this directory" |
2535 | 2535 | ||
2536 | #define update_trivial_usage \ | ||
2537 | "[options]" | ||
2538 | #define update_full_usage \ | ||
2539 | "Periodically flushes filesystem buffers.\n\n" \ | ||
2540 | "Options:\n" \ | ||
2541 | "\t-S\tforce use of sync(2) instead of flushing\n" \ | ||
2542 | "\t-s SECS\tcall sync this often (default 30)\n" \ | ||
2543 | "\t-f SECS\tflush some buffers this often (default 5)" | ||
2544 | |||
2545 | #define uptime_trivial_usage \ | 2536 | #define uptime_trivial_usage \ |
2546 | "" | 2537 | "" |
2547 | #define uptime_full_usage \ | 2538 | #define uptime_full_usage \ |