Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 202b546

Browse files
authored
Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
1 parent f3ab670 commit 202b546

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Misc/python.man

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ Searches
165165
.I sys.path
166166
for the named module and runs the corresponding
167167
.I .py
168-
file as a script.
168+
file as a script. This terminates the option list (following options
169+
are passed as arguments to the module).
169170
.TP
170171
.B \-O
171172
Remove assert statements and any code conditional on the value of

0 commit comments

Comments
 (0)