Commit aeff6687 authored by Marc-André Lemburg's avatar Marc-André Lemburg

Remove mentioning of -U option in "python -h" output.

parent 34172d53
...@@ -60,7 +60,6 @@ static char *usage_2 = "\ ...@@ -60,7 +60,6 @@ static char *usage_2 = "\
-u : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\ -u : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\
"; ";
static char *usage_3 = "\ static char *usage_3 = "\
-U : Unicode literals: treats '...' literals like u'...'\n\
-v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\ -v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\
-V : print the Python version number and exit\n\ -V : print the Python version number and exit\n\
-W arg : warning control (arg is action:message:category:module:lineno)\n\ -W arg : warning control (arg is action:message:category:module:lineno)\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment