From beda11047c68782d2ede2f1875f2215cc54281fc Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 4 Sep 2014 22:40:34 -0400 Subject: fix malformed use cmdoption directive --- Doc/library/compileall.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12