diff options
Diffstat (limited to 'coreutils/tty.c')
-rw-r--r-- | coreutils/tty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/tty.c b/coreutils/tty.c index 67399cbf3..45175054e 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage:#define tty_full_usage "\n\n" | 15 | //usage:#define tty_full_usage "\n\n" |
16 | //usage: "Print file name of stdin's terminal" | 16 | //usage: "Print file name of stdin's terminal" |
17 | //usage: IF_INCLUDE_SUSv2( "\n" | 17 | //usage: IF_INCLUDE_SUSv2( "\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -s Print nothing, only return exit status" | 18 | //usage: "\n -s Print nothing, only return exit status" |
20 | //usage: ) | 19 | //usage: ) |
21 | //usage: | 20 | //usage: |