about summary refs log tree commit diff stats
path: root/subx/examples/ex11.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-01 12:28:30 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-01 12:28:30 -0700
commit2b51cba67ce8fc41fb6963637f53a836938479a8 (patch)
tree7d38f798a6fe3857ffe34f92a2e09dd3dadc5073 /subx/examples/ex11.subx
parent57628c0e4461b8bb6e6024135bf1e7f46f650030 (diff)
downloadmu-2b51cba67ce8fc41fb6963637f53a836938479a8.tar.gz
4639
Diffstat (limited to 'subx/examples/ex11.subx')
-rw-r--r--subx/examples/ex11.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/examples/ex11.subx b/subx/examples/ex11.subx
index 0159be69..3f0805af 100644
--- a/subx/examples/ex11.subx
+++ b/subx/examples/ex11.subx
@@ -5,9 +5,9 @@
 # This example shows a helper that can compare a commandline argument with the
 # (length-prefixed) literal string "target".
 #
-# To run:
-#   $ subx translate ex11.subx -o ex11
-#   $ subx run ex11  # runs a series of tests
+# To run (from the subx directory):
+#   $ subx translate examples/ex11.subx -o examples/ex11
+#   $ subx run examples/ex11  # runs a series of tests
 #   ......  # all tests pass
 #
 # (We can't yet run the tests when given a "test" commandline argument,