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/test.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'coreutils/test.c') diff --git a/coreutils/test.c b/coreutils/test.c index bf1622cde..9a1888b28 100644 --- a/coreutils/test.c +++ b/coreutils/test.c @@ -178,15 +178,6 @@ static int test_eaccess(); static int is_a_group_member(); static void initialize_group_array(); -const char test_usage[] = - "test EXPRESSION\n" - "or [ EXPRESSION ]\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nChecks file types and compares values returning an exit\n" - "code determined by the value of EXPRESSION.\n" -#endif - ; - extern int test_main(int argc, char** argv) { -- cgit v1.2.3