From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- coreutils/tty.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'coreutils/tty.c') diff --git a/coreutils/tty.c b/coreutils/tty.c index f3c7fb74f..bbc051f6b 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c @@ -24,14 +24,6 @@ #include #include -static const char tty_usage[] = "tty\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nPrint the file name of the terminal connected to standard input.\n\n" - "Options:\n" - "\t-s\tprint nothing, only return an exit status\n" -#endif - ; - extern int tty_main(int argc, char **argv) { char *tty; -- cgit v1.2.3