diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-05 02:40:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-05 02:40:34 (GMT) |
commit | beda11047c68782d2ede2f1875f2215cc54281fc (patch) | |
tree | 663986fbb3606013c20fe5fe3e05c43e2c911e3e | |
parent | 162126d567fee38861a58201c0baf0a304a1ef2a (diff) | |
download | cpython-beda11047c68782d2ede2f1875f2215cc54281fc.zip cpython-beda11047c68782d2ede2f1875f2215cc54281fc.tar.gz cpython-beda11047c68782d2ede2f1875f2215cc54281fc.tar.bz2 |
fix malformed use cmdoption directive
-rw-r--r-- | Doc/library/compileall.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 0e79a5a..f805787 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -20,7 +20,8 @@ compile Python sources. .. program:: compileall -.. cmdoption:: [directory|file]... +.. cmdoption:: directory ... + file ... Positional arguments are files to compile or directories that contain source files, traversed recursively. If no argument is given, behave as if |