From: Marc-André Lemburg Date: Mon, 11 Feb 2002 18:46:47 +0000 (+0000) Subject: Remove mentioning of -U option in "python -h" output. X-Git-Tag: v2.3c1~6689 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aeff6687b5fced2d7617aa6bd6a6388dbfa66c51;p=thirdparty%2FPython%2Fcpython.git Remove mentioning of -U option in "python -h" output. --- diff --git a/Modules/main.c b/Modules/main.c index 41c229f87a84..b36714c14d91 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\