diff options
Diffstat (limited to 'applets')
| -rw-r--r-- | applets/usage.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/applets/usage.h b/applets/usage.h index dc3b49816..8ec0170e2 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | #define adjtimex_trivial_usage \ | ||
| 2 | "[-q] [-o offset] [-f frequency] [-p timeconstant] [-t tick]" | ||
| 3 | #define adjtimex_full_usage \ | ||
| 4 | "Reads and optionally sets system timebase parameters.\n" \ | ||
| 5 | "See adjtimex(2).\n\n" \ | ||
| 6 | "Options:\n" \ | ||
| 7 | "\t-q\t\tquiet mode - do not print\n" \ | ||
| 8 | "\t-o offset\ttime offset, microseconds\n" \ | ||
| 9 | "\t-f frequency\tfrequency adjust, integer kernel units (65536 is 1ppm)\n" \ | ||
| 10 | "\t\t\t(positive values make the system clock run fast)\n" \ | ||
| 11 | "\t-t tick\t\tmicroseconds per tick, usually 10000\n" \ | ||
| 12 | "\t-p timeconstant\n" | ||
| 13 | |||
| 1 | #define ar_trivial_usage \ | 14 | #define ar_trivial_usage \ |
| 2 | "-[ovR]{ptx} archive filenames" | 15 | "-[ovR]{ptx} archive filenames" |
| 3 | #define ar_full_usage \ | 16 | #define ar_full_usage \ |
