Commit c7240320 authored by Thomas Heller's avatar Thomas Heller

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

Will backport to 2.3 myself.
parent a44bc2f5
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment