about summary refs log tree commit diff stats
path: root/apps/hex.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/hex.subx')
-rw-r--r--apps/hex.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/hex.subx b/apps/hex.subx
index 84c6bda6..81019840 100644
--- a/apps/hex.subx
+++ b/apps/hex.subx
@@ -3,8 +3,8 @@
 # comments between '#' and newline.
 #
 # To run:
-#   $ ./subx translate init.linux 0*.subx apps/subx-params.subx apps/hex.subx  -o apps/hex
-#   $ echo '80 81 82  # comment'  |./subx run apps/hex  |xxd -
+#   $ ./bootstrap translate init.linux 0*.subx apps/subx-params.subx apps/hex.subx  -o apps/hex
+#   $ echo '80 81 82  # comment'  |./bootstrap run apps/hex  |xxd -
 # Expected output:
 #   00000000: 8081 82
 #