From 03528b32bb904e4e40aac329af77e56f506fbf3a Mon Sep 17 00:00:00 2001 From: Wim Jeantine-Glenn Date: Thu, 1 Aug 2024 19:58:38 -0500 Subject: [PATCH] Include -P and -R in cmdline.rst usage --- Doc/using/cmdline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index c175c4f8b5b1eb..aa1edeb884e0df 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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::