]> granicus.if.org Git - python/commitdiff
Fix typo in docstring: The switch is '-x', not '-s'.
authorThomas Heller <theller@ctypes.org>
Wed, 27 Aug 2003 20:19:35 +0000 (20:19 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 27 Aug 2003 20:19:35 +0000 (20:19 +0000)
Will backport to 2.3 myself.

Lib/compileall.py

index ebe04ff460274b2f18c5baf0140e324b357bef32..f906c80eefe160f9e4b81732a1c47faa991b31b8 100644 (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"