mirror of https://github.com/python/cpython
Doc: cmdline.rst: Include -P and -R in usage (#122590)
* ``-P``: safe path (https://docs.python.org/3/using/cmdline.html#cmdoption-P) * ``-R``: hash randomization (https://docs.python.org/3/using/cmdline.html#cmdoption-R)
This commit is contained in:
parent
61a8bf2853
commit
c25898d51e
|
@ -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…
Reference in New Issue