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. --- findutils/which.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'findutils/which.c') diff --git a/findutils/which.c b/findutils/which.c index 186bfdad7..943e10a57 100644 --- a/findutils/which.c +++ b/findutils/which.c @@ -26,13 +26,6 @@ #include #include -const char which_usage[] = - "which [COMMAND ...]\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nLocates a COMMAND.\n" -#endif - ; - extern int which_main(int argc, char **argv) { char *path_list, *test, *tmp, *path_parsed; -- cgit v1.2.3