This commit is contained in:
Fred Drake 2008-03-04 21:14:04 +00:00
parent a23aede562
commit a28df13a9d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ def main():
print "-d destdir: purported directory name for error messages"
print " if no directory arguments, -l sys.path is assumed"
print "-x regexp: skip files matching the regular expression regexp"
print " the regexp is search for in the full path of the file"
print " the regexp is searched for in the full path of the file"
sys.exit(2)
maxlevels = 10
ddir = None