summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-09-14 11:22:18 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-09-14 11:22:18 (GMT)
commit8964688274589c177264b18a4db6f70fe83f1c94 (patch)
treeb5527a9ff8be714c05b2eb6c3be2df901fbf65d8 /Modules
parentab856873f12245fae303c62422d51c547670f959 (diff)
downloadcpython-8964688274589c177264b18a4db6f70fe83f1c94.zip
cpython-8964688274589c177264b18a4db6f70fe83f1c94.tar.gz
cpython-8964688274589c177264b18a4db6f70fe83f1c94.tar.bz2
Make --help mention that -v can be supplied multiple times
Diffstat (limited to 'Modules')
-rw-r--r--Modules/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/main.c b/Modules/main.c
index ac5f96e..dfafd06 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -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\