diff options
author | Julien Palard <julien@palard.fr> | 2021-03-31 12:31:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 12:31:38 (GMT) |
commit | 202b54644245afadf124d8043688a95d4d9c456d (patch) | |
tree | 187f641c09b4e7638f083dd11c17da9e68516c8e | |
parent | f3ab670fea75ebe177e3412a5ebe39263cd428e3 (diff) | |
download | cpython-202b54644245afadf124d8043688a95d4d9c456d.zip cpython-202b54644245afadf124d8043688a95d4d9c456d.tar.gz cpython-202b54644245afadf124d8043688a95d4d9c456d.tar.bz2 |
Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
-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 |