about summary refs log tree commit diff stats
path: root/subx/052kernel_string_equal.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/052kernel_string_equal.subx')
-rw-r--r--subx/052kernel_string_equal.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/052kernel_string_equal.subx b/subx/052kernel_string_equal.subx
index f663f504..67e9695e 100644
--- a/subx/052kernel_string_equal.subx
+++ b/subx/052kernel_string_equal.subx
@@ -6,8 +6,8 @@
 # a null-terminated 'kernel string' with a length-prefixed 'SubX string'.
 #
 # To run (from the subx directory):
-#   $ subx translate 05[0-2]*.subx -o /tmp/tmp52
-#   $ subx run /tmp/tmp52  # runs a series of tests
+#   $ ./subx translate 05[0-2]*.subx -o /tmp/tmp52
+#   $ ./subx run /tmp/tmp52  # runs a series of tests
 #   ......  # all tests pass
 #
 # (We can't yet run the tests when given a "test" commandline argument,