From: Andrew M. Kuchling Date: Thu, 14 Sep 2006 11:22:18 +0000 (+0000) Subject: Make --help mention that -v can be supplied multiple times X-Git-Tag: v2.6a1~2663 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8964688274589c177264b18a4db6f70fe83f1c94;p=thirdparty%2FPython%2Fcpython.git Make --help mention that -v can be supplied multiple times --- diff --git a/Modules/main.c b/Modules/main.c index ac5f96e62fc7..dfafd06188f8 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\