about summary refs log tree commit diff stats
path: root/linux/ex8.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/ex8.subx')
-rw-r--r--linux/ex8.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/ex8.subx b/linux/ex8.subx
index 84d27195..5a08b039 100644
--- a/linux/ex8.subx
+++ b/linux/ex8.subx
@@ -1,8 +1,8 @@
 # Example reading commandline arguments: compute length of first arg.
 #
 # To run:
-#   $ ./bootstrap translate init.linux apps/ex8.subx -o apps/ex8
-#   $ ./bootstrap run apps/ex8 abc de fghi
+#   $ bootstrap/bootstrap translate apps/ex8.subx -o apps/ex8
+#   $ bootstrap/bootstrap run ex8 abc de fghi
 # Expected result:
 #   $ echo $?
 #   3  # length of 'abc'