Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 621f055

Browse files
author
Skip Montanaro
committed
braino
1 parent e0a3907 commit 621f055

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Tools/Demos
188188
using the new version of Python to reconstitute your database. For
189189
example:
190190

191-
% python2.2 -h some.db > some.pickle
192-
% python2.3 -h some.db.new < some.pickle
191+
% python2.2 db2pickle.py -h some.db > some.pickle
192+
% python2.3 pickle2db.py -h some.db.new < some.pickle
193193

194194
Run the scripts without any args to get a usage message.
195195

0 commit comments

Comments
 (0)