about summary refs log tree commit diff stats
path: root/apps/ex11.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-06 18:07:39 -0800
committerKartik Agaram <vc@akkartik.com>2020-03-06 18:09:16 -0800
commit4c19dd3968d2ce733073774867d97cc96b4277e6 (patch)
tree5e1a8109ca0b7d54e8307d633bf3a3833fb3fe8b /apps/ex11.subx
parent5c26afb1de61dc650f0f7523c92143747c960432 (diff)
downloadmu-4c19dd3968d2ce733073774867d97cc96b4277e6.tar.gz
6089
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,