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