]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
braino
authorSkip Montanaro <skip@pobox.com>
Mon, 3 Feb 2003 15:48:10 +0000 (15:48 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 3 Feb 2003 15:48:10 +0000 (15:48 +0000)
Misc/NEWS

index 4aaf31786e916df945c49c8ef634ab230ca2f101..f1e0cd27b67a2012f889e386ca7283828b1caf20 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,8 +188,8 @@ Tools/Demos
   using the new version of Python to reconstitute your database.  For
   example:
 
-    % python2.2 -h some.db > some.pickle
-    % python2.3 -h some.db.new < some.pickle
+    % python2.2 db2pickle.py -h some.db > some.pickle
+    % python2.3 pickle2db.py -h some.db.new < some.pickle
 
   Run the scripts without any args to get a usage message.