Fix typo in docstring: The switch is '-x', not '-s'.

Will backport to 2.3 myself.
This commit is contained in:
Thomas Heller 2003-08-27 20:19:35 +00:00
parent 4f4dbef2ca
commit 4651f53949
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def main():
except getopt.error, msg:
print msg
print "usage: python compileall.py [-l] [-f] [-q] [-d destdir] " \
"[-s regexp] [directory ...]"
"[-x regexp] [directory ...]"
print "-l: don't recurse down"
print "-f: force rebuild even if timestamps are up-to-date"
print "-q: quiet operation"