]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Doc: cmdline.rst: Include -P and -R in usage (#122590)
authorWim Jeantine-Glenn <hey@wimglenn.com>
Wed, 7 Aug 2024 15:01:44 +0000 (10:01 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 15:01:44 +0000 (16:01 +0100)
commitc25898d51e4ec84319b7113d5bf453c6e6519d9c
tree5eadbb6f011c70a3dc8cfe1cefcddd91942c8cbe
parent61a8bf28530558da239834785a0b590ae8900a16
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)
Doc/using/cmdline.rst