]> granicus.if.org Git - python/commitdiff
fix malformed use cmdoption directive
authorBenjamin Peterson <benjamin@python.org>
Fri, 5 Sep 2014 02:40:34 +0000 (22:40 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 5 Sep 2014 02:40:34 +0000 (22:40 -0400)
Doc/library/compileall.rst

index 0e79a5ab5d6714bbfa660df7e133e8815b8d00bd..f805787e04759b3f7f1df7c33586e990ea64214e 100644 (file)
@@ -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