mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Make --help mention that -v can be supplied multiple times
This commit is contained in:
parent
ab856873f1
commit
8964688274
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ static char *usage_2 = "\
|
|||
static char *usage_3 = "\
|
||||
see man page for details on internal buffering relating to '-u'\n\
|
||||
-v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\
|
||||
(can be supplied multiple times to increase verbosity)\n\
|
||||
-V : print the Python version number and exit (also --version)\n\
|
||||
-W arg : warning control (arg is action:message:category:module:lineno)\n\
|
||||
-x : skip first line of source, allowing use of non-Unix forms of #!cmd\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue