[Python-checkins] CVS: python/dist/src/Misc python.man,1.15,1.16

Barry Warsaw python-dev@python.org
Fri, 15 Sep 2000 11:39:12 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv22985

Modified Files:
	python.man 
Log Message:
Describe the -h and -V flags.  Closes patch #101496


Index: python.man
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/python.man,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** python.man	2000/09/01 20:36:34	1.15
--- python.man	2000/09/15 18:39:09	1.16
***************
*** 28,31 ****
--- 28,37 ----
  .B \-x
  ]
+ [
+ .B \-h
+ ]
+ [
+ .B \-V
+ ]
  .br
         [
***************
*** 104,107 ****
--- 110,119 ----
  specific hack only.  Warning: the line numbers in error messages will
  be off by one!
+ .TP
+ .B \-h
+ Prints the usage for the interpreter executable and exits.
+ .TP
+ .B \-V
+ Prints the Python version number of the executable and exits.
  .TP
  .BI "\-c " command