about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-21 13:52:42 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-21 13:52:42 -0700
commitab1bc984476d39c9afe9454036a7764897d3ba12 (patch)
treea56e4cc2084460e154fdc97e773efc5e57807fa2 /subx
parent694d8485d49ecb4fb35c8cf0dacd59f960d2999e (diff)
downloadmu-ab1bc984476d39c9afe9454036a7764897d3ba12.tar.gz
4569
Diffstat (limited to 'subx')
-rw-r--r--subx/examples/ex8.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/examples/ex8.subx b/subx/examples/ex8.subx
index ab150a17..1d9e9341 100644
--- a/subx/examples/ex8.subx
+++ b/subx/examples/ex8.subx
@@ -1,8 +1,8 @@
 ## Example reading commandline arguments: compute length of first arg.
 #
 # To run:
-#   $ subx translate ex9.subx ex9
-#   $ subx run ex9 abc de fghi
+#   $ subx translate ex8.subx ex8
+#   $ subx run ex8 abc de fghi
 # Expected result:
 #   $ echo $?
 #   3  # length of 'abc'