about summary refs log tree commit diff stats
path: root/001help.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-06 01:32:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-06 01:32:01 -0800
commit7cca315fb435234adae3c46c65594feccb9d1fbd (patch)
tree0931666163a6829397dcc16a9fcdde31ecd98fa4 /001help.cc
parent26f2e8f5ab1e7d22c2e262f0e4cc1a360d7d3b07 (diff)
downloadmu-7cca315fb435234adae3c46c65594feccb9d1fbd.tar.gz
3636
Diffstat (limited to '001help.cc')
-rw-r--r--001help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/001help.cc b/001help.cc
index 4fc42d13..15ebffa6 100644
--- a/001help.cc
+++ b/001help.cc
@@ -27,7 +27,7 @@ if (argc <= 1 || is_equal(argv[1], "--help")) {
        << "  To run a single Mu scenario:\n"
        << "    mu test file1.mu file2.mu ... scenario\n"
        << "  To run a single Mu scenario and dump a trace at the end:\n"
-       << "    mu --trace test file1.mu file2.mu ... scenario1 scenario2 ... \n"
+       << "    mu --trace test file1.mu file2.mu ... scenario\n"
        << "  To load files and run only the tests in explicitly loaded files (for apps):\n"
        << "    mu --test-only-app test file1.mu file2.mu ...\n"
        << "  To load all files with a numeric prefix in a directory:\n"