This commit is contained in:
Skip Montanaro 2003-06-20 01:00:20 +00:00
parent 25fe0bf91a
commit c5e5e51a3a

View file

@ -3,7 +3,7 @@
""" """
Synopsis: %(prog)s [-h|-b|-r] dbfile [ picklefile ] Synopsis: %(prog)s [-h|-b|-r] dbfile [ picklefile ]
Convert the bsddb database file given on the command like to a pickle Convert the database file given on the command line to a pickle
representation. The optional flags indicate the type of the database (hash, 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 btree, recno). The default is hash. If a pickle file is named it is opened
for write access (deleting any existing data). If no pickle file is named, for write access (deleting any existing data). If no pickle file is named,