[Python-checkins] CVS: python/nondist/peps pep2html.py,1.16,1.17

Barry Warsaw python-dev@python.org
Fri, 3 Nov 2000 07:43:31 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19838

Modified Files:
	pep2html.py 
Log Message:
Document -q/--quiet in the module docstring.


Index: pep2html.py
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep2html.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** pep2html.py	2000/11/01 23:45:47	1.16
--- pep2html.py	2000/11/03 15:43:28	1.17
***************
*** 20,23 ****
--- 20,26 ----
          ignored.
  
+     -q/--quiet
+         Turn off verbose messages.
+ 
      -h/--help
          Print this help message and exit.