diff options
-rw-r--r-- | Misc/python.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index 2253765..3ea1801 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -165,7 +165,8 @@ Searches .I sys.path for the named module and runs the corresponding .I .py -file as a script. +file as a script. This terminates the option list (following options +are passed as arguments to the module). .TP .B \-O Remove assert statements and any code conditional on the value of |