about summary refs log tree commit diff stats
path: root/examples/ex11.subx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex11.subx')
-rw-r--r--examples/ex11.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex11.subx b/examples/ex11.subx
index a6a24cfc..1590b010 100644
--- a/examples/ex11.subx
+++ b/examples/ex11.subx
@@ -6,7 +6,7 @@
 # a null-terminated 'kernel string' with a length-prefixed 'SubX string'.
 #
 # To run:
-#   $ ./subx translate examples/ex11.subx -o examples/ex11
+#   $ ./subx translate init.linux examples/ex11.subx -o examples/ex11
 #   $ ./subx run examples/ex11  # runs a series of tests
 #   ......  # all tests pass
 #