]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
authorJulien Palard <julien@palard.fr>
Wed, 31 Mar 2021 12:31:38 +0000 (14:31 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 12:31:38 +0000 (14:31 +0200)
Misc/python.man

index 225376574a26a96af7c568072184e96e1dfa7174..3ea1801c644caa2e940a0f9d5ade3646efd83357 100644 (file)
@@ -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