diff options
Diffstat (limited to 'coreutils/tty.c')
-rw-r--r-- | coreutils/tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/tty.c b/coreutils/tty.c index 8ac1c1fcd..6f98d1b79 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c | |||
@@ -25,8 +25,8 @@ | |||
25 | #include <sys/types.h> | 25 | #include <sys/types.h> |
26 | 26 | ||
27 | static const char tty_usage[] = "tty\n\n" | 27 | static const char tty_usage[] = "tty\n\n" |
28 | "Print the file name of the terminal connected to standard input.\n" | 28 | "Print the file name of the terminal connected to standard input.\n\n" |
29 | 29 | "Options:\n" | |
30 | "\t-s\tprint nothing, only return an exit status\n"; | 30 | "\t-s\tprint nothing, only return an exit status\n"; |
31 | 31 | ||
32 | extern int tty_main(int argc, char **argv) | 32 | extern int tty_main(int argc, char **argv) |