[Python-checkins] python/dist/src/Tools/scripts db2pickle.py,1.3,1.4

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Thu, 19 Jun 2003 18:00:22 -0700


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv29113

Modified Files:
	db2pickle.py 
Log Message:
typo


Index: db2pickle.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/db2pickle.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** db2pickle.py	24 Apr 2003 16:02:54 -0000	1.3
--- db2pickle.py	20 Jun 2003 01:00:20 -0000	1.4
***************
*** 4,8 ****
  Synopsis: %(prog)s [-h|-b|-r] dbfile [ picklefile ]
  
! Convert the bsddb database file given on the command like to a pickle
  representation.  The optional flags indicate the type of the database (hash,
  btree, recno).  The default is hash.  If a pickle file is named it is opened
--- 4,8 ----
  Synopsis: %(prog)s [-h|-b|-r] dbfile [ picklefile ]
  
! Convert the database file given on the command line to a pickle
  representation.  The optional flags indicate the type of the database (hash,
  btree, recno).  The default is hash.  If a pickle file is named it is opened