From: Benjamin Peterson Date: Fri, 5 Sep 2014 02:40:34 +0000 (-0400) Subject: fix malformed use cmdoption directive X-Git-Tag: v2.7.9rc1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beda11047c68782d2ede2f1875f2215cc54281fc;p=thirdparty%2FPython%2Fcpython.git fix malformed use cmdoption directive --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 0e79a5ab5d67..f805787e0475 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