about summary refs log tree commit diff stats
path: root/apps/ex11.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ex11.subx')
-rw-r--r--apps/ex11.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ex11.subx b/apps/ex11.subx
index a1f5e6aa..cacd22da 100644
--- a/apps/ex11.subx
+++ b/apps/ex11.subx
@@ -6,8 +6,8 @@
 # a null-terminated 'kernel string' with a length-prefixed 'SubX string'.
 #
 # To run:
-#   $ ./subx translate init.linux examples/ex11.subx -o examples/ex11
-#   $ ./subx run examples/ex11  # runs a series of tests
+#   $ ./bootstrap translate init.linux apps/ex11.subx -o apps/ex11
+#   $ ./bootstrap run apps/ex11  # runs a series of tests
 #   ......  # all tests pass
 #
 # (We can't yet run the tests when given a "test" commandline argument,