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