]> granicus.if.org Git - python/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Fri, 20 Jun 2003 01:00:20 +0000 (01:00 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 20 Jun 2003 01:00:20 +0000 (01:00 +0000)
Tools/scripts/db2pickle.py

index ab40ca75c89a2a926f19e1b8685bd3a2d7f180cb..492c1d7ba1a5566f3fcfe3c2d851f39cf5c428ad 100644 (file)
@@ -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,