about summary refs log tree commit diff stats
path: root/apps/hex.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-15 00:29:52 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-15 00:29:52 -0700
commitf39eaf81fa6cbc831b8021736c7f71b7d9587de7 (patch)
tree3ba0ea4b7a73990dd0594f2a4188e6e4af74c4ae /apps/hex.subx
parent5e4c6714b8b1c81a6b788b2d71049f6cabeb8e7c (diff)
downloadmu-f39eaf81fa6cbc831b8021736c7f71b7d9587de7.tar.gz
5661
Diffstat (limited to 'apps/hex.subx')
-rw-r--r--apps/hex.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/hex.subx b/apps/hex.subx
index 57b112ab..ad09a3c3 100644
--- a/apps/hex.subx
+++ b/apps/hex.subx
@@ -3,7 +3,7 @@
 # comments between '#' and newline.
 #
 # To run:
-#   $ ./subx translate 0*.subx apps/subx-common.subx apps/hex.subx  -o apps/hex
+#   $ ./subx translate init.linux 0*.subx apps/subx-common.subx apps/hex.subx  -o apps/hex
 #   $ echo '80 81 82  # comment'  |./subx run apps/hex  |xxd -
 # Expected output:
 #   00000000: 8081 82