summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-03-17 19:42:18 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-03-17 19:42:18 (GMT)
commit9bf2889930340323f8ca730fcf287fec9061b413 (patch)
tree3098ede08afad3d42b8b92478aa346ca29c03327
parentc104d890d027125a281ed349e86b49bf6377e34e (diff)
downloadcpython-9bf2889930340323f8ca730fcf287fec9061b413.zip
cpython-9bf2889930340323f8ca730fcf287fec9061b413.tar.gz
cpython-9bf2889930340323f8ca730fcf287fec9061b413.tar.bz2
Backport a checkin of lemburg's:
Remove mentioning of -U option in "python -h" output.
-rw-r--r--Modules/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 41c229f..b36714c 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -60,7 +60,6 @@ static char *usage_2 = "\
-u : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\
";
static char *usage_3 = "\
--U : Unicode literals: treats '...' literals like u'...'\n\
-v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\
-V : print the Python version number and exit\n\
-W arg : warning control (arg is action:message:category:module:lineno)\n\