about summary refs log tree commit diff stats
path: root/linux/apps/ex3.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/apps/ex3.subx')
-rw-r--r--linux/apps/ex3.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/apps/ex3.subx b/linux/apps/ex3.subx
index f4b5fed7..6e1b71ef 100644
--- a/linux/apps/ex3.subx
+++ b/linux/apps/ex3.subx
@@ -1,7 +1,7 @@
 # Add the first 10 numbers, and return the result in the exit code.
 #
 # To run:
-#   $ bootstrap/bootstrap translate apps/ex3.subx -o ex3
+#   $ bootstrap/bootstrap translate 000init.subx apps/ex3.subx -o ex3
 #   $ bootstrap/bootstrap run ex3
 # Expected result:
 #   $ echo $?