Skip to content

Commit 04d6de6

Browse files
[3.13] Doc: cmdline.rst: Include -P and -R in usage (GH-122590) (#122783)
Doc: cmdline.rst: Include -P and -R in usage (GH-122590) * ``-P``: safe path (https://docs.python.org/3/using/cmdline.htmlGH-cmdoption-P) * ``-R``: hash randomization (https://docs.python.org/3/using/cmdline.htmlGH-cmdoption-R) (cherry picked from commit c25898d) Co-authored-by: Wim Jeantine-Glenn <[email protected]>
1 parent 9fb6bfb commit 04d6de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Command line
2424

2525
When invoking Python, you may specify any of these options::
2626

27-
python [-bBdEhiIOqsSuvVWx?] [-c command | -m module-name | script | - ] [args]
27+
python [-bBdEhiIOPqRsSuvVWx?] [-c command | -m module-name | script | - ] [args]
2828

2929
The most common use case is, of course, a simple invocation of a script::
3030

0 commit comments

Comments
 (0)