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