mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[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 c25898d51e
)
Co-authored-by: Wim Jeantine-Glenn <hey@wimglenn.com>
This commit is contained in:
parent
9fb6bfbef0
commit
04d6de66c7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Command line
|
|||
|
||||
When invoking Python, you may specify any of these options::
|
||||
|
||||
python [-bBdEhiIOqsSuvVWx?] [-c command | -m module-name | script | - ] [args]
|
||||
python [-bBdEhiIOPqRsSuvVWx?] [-c command | -m module-name | script | - ] [args]
|
||||
|
||||
The most common use case is, of course, a simple invocation of a script::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue