[Python-checkins] r51877 - python/trunk/Modules/main.c

andrew.kuchling python-checkins at python.org
Thu Sep 14 13:22:18 CEST 2006


Author: andrew.kuchling
Date: Thu Sep 14 13:22:18 2006
New Revision: 51877

Modified:
   python/trunk/Modules/main.c
Log:
Make --help mention that -v can be supplied multiple times

Modified: python/trunk/Modules/main.c
==============================================================================
--- python/trunk/Modules/main.c	(original)
+++ python/trunk/Modules/main.c	Thu Sep 14 13:22:18 2006
@@ -78,6 +78,7 @@
 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\


More information about the Python-checkins mailing list