From: Skip Montanaro Date: Fri, 7 Mar 2003 00:47:40 +0000 (+0000) Subject: fix name of db2pickle X-Git-Tag: v2.3c1~1546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea7598e6f48394e40220857e87bf02ba4570302d;p=python fix name of db2pickle --- diff --git a/Tools/scripts/pickle2db.py b/Tools/scripts/pickle2db.py index 863c0697d9..5cd550cfdf 100644 --- a/Tools/scripts/pickle2db.py +++ b/Tools/scripts/pickle2db.py @@ -11,7 +11,7 @@ named it is opened for read access. If no pickle file is named, the pickle input is read from standard input. Note that recno databases can only contain numeric keys, so you can't dump a -hash or btree database using bsddb2pickle.py and reconstitute it to a recno +hash or btree database using db2pickle.py and reconstitute it to a recno database with %(prog)s. """