hgbook

changeset 565:8a9c66da6fcb

Fix thinko
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:40:12 2009 -0700 (2009-03-09)
parents 0d5935744f87
children 27043f385f3f
files en/examples/run-example
line diff
     1.1 --- a/en/examples/run-example	Mon Mar 09 21:39:23 2009 -0700
     1.2 +++ b/en/examples/run-example	Mon Mar 09 21:40:12 2009 -0700
     1.3 @@ -341,7 +341,7 @@
     1.4          print >> sys.stderr, 'Error:', msg
     1.5      print >> sys.stderr, 'Usage: run-example [options] [test...]'
     1.6      print >> sys.stderr, 'Options:'
     1.7 -    print >> sys.stderr, '  -a --all       run all tests in this directory'
     1.8 +    print >> sys.stderr, '  -a --all       run all examples in this directory'
     1.9      print >> sys.stderr, '  -h --help      print this help message'
    1.10      print >> sys.stderr, '     --help      keep new output as desired output'
    1.11      print >> sys.stderr, '  -v --verbose   display extra debug output'