From 4d0543138ebb30aad55ba8083ea362eafb0aac33 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 10 Feb 2000 07:31:15 +0000 Subject: More minor touchups. -Erik --- find.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'find.c') diff --git a/find.c b/find.c index 6346d454f..2c1039b53 100644 --- a/find.c +++ b/find.c @@ -39,13 +39,7 @@ static const char find_usage[] = "find [PATH...] [EXPRESSION]\n\n" "\nEXPRESSION may consist of:\n" "\t-follow\n\t\tDereference symbolic links.\n" "\t-name PATTERN\n\t\tFile name (with leading directories removed) matches PATTERN.\n" - "\t-print\n\t\tprint the full file name followed by a newline to stdout.\n\n" -#if defined BB_REGEXP - "This version of find matches full regular expresions.\n"; -#else - "This version of find matches strings (not regular expresions).\n"; -#endif - + "\t-print\n\t\tprint the full file name followed by a newline to stdout.\n"; static int fileAction(const char *fileName, struct stat *statbuf) -- cgit v1.2.3