# HG changeset patch
# User Bryan O'Sullivan <bos@serpentine.com>
# Date 1236660012 25200
# Node ID 8a9c66da6fcb2e891261272f545c27833e67e39d
# Parent  0d5935744f87efae817177fd96f838e753648046
Fix thinko

diff -r 0d5935744f87 -r 8a9c66da6fcb en/examples/run-example
--- a/en/examples/run-example	Mon Mar 09 21:39:23 2009 -0700
+++ b/en/examples/run-example	Mon Mar 09 21:40:12 2009 -0700
@@ -341,7 +341,7 @@
         print >> sys.stderr, 'Error:', msg
     print >> sys.stderr, 'Usage: run-example [options] [test...]'
     print >> sys.stderr, 'Options:'
-    print >> sys.stderr, '  -a --all       run all tests in this directory'
+    print >> sys.stderr, '  -a --all       run all examples in this directory'
     print >> sys.stderr, '  -h --help      print this help message'
     print >> sys.stderr, '     --help      keep new output as desired output'
     print >> sys.stderr, '  -v --verbose   display extra debug output'