diff options
Diffstat (limited to 'find.c')
-rw-r--r-- | find.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | static char* pattern=NULL; | 28 | static char* pattern=NULL; |
29 | static char* directory=NULL; | 29 | static char* directory=NULL; |
30 | int dereferenceFlag=FALSE; | 30 | static int dereferenceFlag=FALSE; |
31 | 31 | ||
32 | static const char find_usage[] = "find [path...] [expression]\n" | 32 | static const char find_usage[] = "find [path...] [expression]\n" |
33 | "default path is the current directory; default expression is -print\n" | 33 | "default path is the current directory; default expression is -print\n" |