diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index a17f5b189..d4d923beb 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3606,14 +3606,19 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3606 | #define tty_trivial_usage \ | 3606 | #define tty_trivial_usage \ |
3607 | "" | 3607 | "" |
3608 | #define tty_full_usage \ | 3608 | #define tty_full_usage \ |
3609 | "Print the file name of the terminal connected to standard input" \ | 3609 | "Print file name of standard input's terminal" \ |
3610 | USE_INCLUDE_SUSv2( \ | 3610 | USE_INCLUDE_SUSv2( \ |
3611 | "\n\nOptions:\n" \ | 3611 | "\n\nOptions:\n" \ |
3612 | " -s Print nothing, only return an exit status") | 3612 | " -s Print nothing, only return exit status") |
3613 | #define tty_example_usage \ | 3613 | #define tty_example_usage \ |
3614 | "$ tty\n" \ | 3614 | "$ tty\n" \ |
3615 | "/dev/tty2\n" | 3615 | "/dev/tty2\n" |
3616 | 3616 | ||
3617 | #define ttysize_trivial_usage \ | ||
3618 | "[w] [h]" | ||
3619 | #define ttysize_full_usage \ | ||
3620 | "Print dimension(s) of standard input's terminal, on error return 80x25" | ||
3621 | |||
3617 | #define tune2fs_trivial_usage \ | 3622 | #define tune2fs_trivial_usage \ |
3618 | "[-c max-mounts-count] [-e errors-behavior] [-g group] " \ | 3623 | "[-c max-mounts-count] [-e errors-behavior] [-g group] " \ |
3619 | "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \ | 3624 | "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \ |