[Python-checkins] r46707 - sandbox/trunk/pybch/README

steve.holden python-checkins at python.org
Wed Jun 7 16:01:39 CEST 2006


Author: steve.holden
Date: Wed Jun  7 16:01:39 2006
New Revision: 46707

Modified:
   sandbox/trunk/pybch/README
Log:
Fix error in option description - "-c" is now "-s"


Modified: sandbox/trunk/pybch/README
==============================================================================
--- sandbox/trunk/pybch/README	(original)
+++ sandbox/trunk/pybch/README	Wed Jun  7 16:01:39 2006
@@ -14,14 +14,14 @@
 
 Then do:
 
-   pybch.py -c filename
+   pybch.py -s filename
 
 The first will write "filename", and the second will generate a comparison
 against the first.  You can also do:
 
    pybch -w filename
    pybch -w filename2
-   pybch -r filename -c filename2
+   pybch -r filename -s filename2
 
 Note that on Unix you should probably run it as root and do "nice -n -20
 pybch" to run it.


More information about the Python-checkins mailing list