mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
This commit is contained in:
parent
f3ab670fea
commit
202b546442
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ Searches
|
||||||
.I sys.path
|
.I sys.path
|
||||||
for the named module and runs the corresponding
|
for the named module and runs the corresponding
|
||||||
.I .py
|
.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
|
.TP
|
||||||
.B \-O
|
.B \-O
|
||||||
Remove assert statements and any code conditional on the value of
|
Remove assert statements and any code conditional on the value of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue