about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-28 13:27:53 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-28 13:27:53 -0700
commit172e52c47bd5bd1b189c5160ffda30eb75c39239 (patch)
tree61ee329e5db9017a0e1607419fb29c9be1eac4ba
parentbb5cc54f9673ed0a6e5ef6f471e1ed7af1892c19 (diff)
downloadmu-172e52c47bd5bd1b189c5160ffda30eb75c39239.tar.gz
4733
-rw-r--r--subx/apps/crenshaw2-1.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx
index 6832c6d5..69a42885 100644
--- a/subx/apps/crenshaw2-1.subx
+++ b/subx/apps/crenshaw2-1.subx
@@ -13,7 +13,7 @@
 # To run the generated output:
 #   $ echo '3'  |./subx run apps/crenshaw2-1 > z1.subx
 #   $ ./subx translate z1.subx -o z1
-#   $ ./z1
+#   $ ./subx run z1
 #   $ echo $?
 #   3
 #