about summary refs log tree commit diff stats
path: root/linux/apps/ex2.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/apps/ex2.subx')
-rw-r--r--linux/apps/ex2.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/apps/ex2.subx b/linux/apps/ex2.subx
index 342ec6c6..24803c61 100644
--- a/linux/apps/ex2.subx
+++ b/linux/apps/ex2.subx
@@ -1,11 +1,11 @@
 # Add 3 and 4, and return the result in the exit code.
 #
 # To run:
-#   $ bootstrap/bootstrap translate 000init.subx apps/ex2.subx -o ex2
-#   $ bootstrap/bootstrap run ex2
+#   $ ./translate_subx 000init.subx apps/ex2.subx
+#   $ ./a.elf
 # Expected result:
 #   $ echo $?
-#   2
+#   7
 
 == code