about summary refs log tree commit diff stats
path: root/linux/hex.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-29 18:47:52 -0700
committerKartik Agaram <vc@akkartik.com>2021-03-29 18:47:52 -0700
commit16f2bd1174632659cbad925f7271cd72feef3522 (patch)
treed3a729b5cdf4413ae7dfc86e15c1f0a63532b943 /linux/hex.subx
parent386641c0212437e719e6601596da82df1d0969e0 (diff)
downloadmu-16f2bd1174632659cbad925f7271cd72feef3522.tar.gz
.
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