about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--002test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/002test.cc b/002test.cc
index 3ef899cd..8ddcbd66 100644
--- a/002test.cc
+++ b/002test.cc
@@ -1,6 +1,6 @@
 //: A simple test harness. To create new tests define functions starting with
 //: 'test_'. To run all tests so defined, run:
-//:   $ wart test
+//:   $ mu test
 //:
 //: So far it seems tasteful for layers to never ever reach back to modify
 //: previously-defined tests. Every test is a contract once written, and should