Skip to content

Commit

Permalink
Remove mentioning of -U option in "python -h" output.
Browse files Browse the repository at this point in the history
  • Loading branch information
malemburg committed Feb 11, 2002
1 parent 34172d5 commit aeff668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit aeff668

Please sign in to comment.