]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/tools/testfind.c
Use @scriptdir@ not . ./
[bacula/bacula] / bacula / src / tools / testfind.c
index 91bf387b06936335fec7c21626d351c81ecce673..8ace8a7a817824eeec151ea269c73a683861078d 100644 (file)
@@ -46,17 +46,17 @@ static void usage()
 "Usage: testfind [-d debug_level] [-] [pattern1 ...]\n"
 "       -a          print extended attributes (Win32 debug)\n"
 "       -dnn        set debug level to nn\n"
-"       -e          specify file of exclude patters\n"
-"       -i          specify file of include patters\n"
+"       -e          specify file of exclude patterns\n"
+"       -i          specify file of include patterns\n"
 "       -           read pattern(s) from stdin\n"
 "       -?          print this message.\n"
 "\n"
-"Patterns are file inclusion -- normally directories.\n"
+"Patterns are used for file inclusion -- normally directories.\n"
 "Debug level >= 1 prints each file found.\n"
 "Debug level >= 10 prints path/file for catalog.\n"
-"Errors always printed.\n"
-"Files/paths truncated is number with len > 255.\n"
-"Truncation is only in catalog.\n"
+"Errors are always printed.\n"
+"Files/paths truncated is the number of files/paths with len > 255.\n"
+"Truncation is only in the catalog.\n"
 "\n"));
 
    exit(1);