changeset 664:8a9c66da6fcb

Fix thinko
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:40:12 -0700
parents 0d5935744f87
children 27043f385f3f
files en/examples/run-example
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'