mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Clean up the list of allowed command-line flags.
This commit is contained in:
parent
2df5d28155
commit
4b44807d4f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Command line
|
|||
|
||||
When invoking Python, you may specify any of these options::
|
||||
|
||||
python [-bdEiOsStuUvxX?] [-c command | -m module-name | script | - ] [args]
|
||||
python [-bBdEhiOsSuvVWx?] [-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