From d353f773bab8c0f92e149a74400aa31b57da9d05 Mon Sep 17 00:00:00 2001 From: kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- tty.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tty.c') diff --git a/tty.c b/tty.c index f3c7fb74f..bbc051f6b 100644 --- a/tty.c +++ b/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-55-g6feb