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.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/hex.subx b/apps/hex.subx
index 4c95fdc5..5a86f8ec 100644
--- a/apps/hex.subx
+++ b/apps/hex.subx
@@ -3,7 +3,7 @@
 # comments between '#' and newline.
 #
 # To run:
-#   $ ./bootstrap translate init.linux 0*.subx apps/subx-params.subx apps/hex.subx  -o apps/hex
+#   $ ./bootstrap translate init.linux [01]*.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