fix name of db2pickle
diff --git a/Tools/scripts/pickle2db.py b/Tools/scripts/pickle2db.py
index 863c069..5cd550c 100644
--- a/Tools/scripts/pickle2db.py
+++ b/Tools/scripts/pickle2db.py
@@ -11,7 +11,7 @@
 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.
 """