summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-06-20 01:00:20 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-06-20 01:00:20 (GMT)
commitc5e5e51a3a6333d557523453b3eb8de75451e3ba (patch)
tree3f496898d78626341c5c391a32225a9f62a69d31 /Tools/scripts
parent25fe0bf91a9af669627460c2916ac1b6afdf78f3 (diff)
downloadcpython-c5e5e51a3a6333d557523453b3eb8de75451e3ba.zip
cpython-c5e5e51a3a6333d557523453b3eb8de75451e3ba.tar.gz
cpython-c5e5e51a3a6333d557523453b3eb8de75451e3ba.tar.bz2
typo
Diffstat (limited to 'Tools/scripts')
-rw-r--r--Tools/scripts/db2pickle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/db2pickle.py b/Tools/scripts/db2pickle.py
index ab40ca7..492c1d7 100644
--- a/Tools/scripts/db2pickle.py
+++ b/Tools/scripts/db2pickle.py
@@ -3,7 +3,7 @@
"""
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,
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,