mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	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
					
				
					 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::
 | 
					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::
 | 
					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