about summary refs log tree commit diff stats
path: root/linux/apps/ex10.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/apps/ex10.subx')
-rw-r--r--linux/apps/ex10.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/apps/ex10.subx b/linux/apps/ex10.subx
index 71fa4c0e..987716c8 100644
--- a/linux/apps/ex10.subx
+++ b/linux/apps/ex10.subx
@@ -1,8 +1,8 @@
 # String comparison: return 1 iff the two args passed in at the commandline are equal.
 #
 # To run:
-#   $ bootstrap/bootstrap translate 000init.subx apps/ex10.subx -o ex10
-#   $ bootstrap/bootstrap run ex10 abc abd
+#   $ ./translate_subx 000init.subx apps/ex10.subx
+#   $ ./a.elf abc abd
 # Expected result:
 #   $ echo $?
 #   0  # false