[Python-checkins] CVS: python/dist/src/Modules main.c,1.62,1.63

M.-A. Lemburg lemburg@users.sourceforge.net
Mon, 11 Feb 2002 10:46:49 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv19879/Modules

Modified Files:
	main.c 
Log Message:
Remove mentioning of -U option in "python -h" output.



Index: main.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/main.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** main.c	12 Jan 2002 11:05:06 -0000	1.62
--- main.c	11 Feb 2002 18:46:47 -0000	1.63
***************
*** 61,65 ****
  ";
  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\
--- 61,64 ----