about summary refs log tree commit diff stats
path: root/apps/random.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-28 11:52:54 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-28 11:52:54 -0800
commit2e48fac480d30e4216784d00b3081d60c3f43109 (patch)
tree497b7bd957dadff98794fd05cb51cba3676e7126 /apps/random.subx
parent880464a7d21dc0e2f15c52ef24937d5eca953f2e (diff)
downloadmu-2e48fac480d30e4216784d00b3081d60c3f43109.tar.gz
7441
Diffstat (limited to 'apps/random.subx')
-rw-r--r--apps/random.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/random.subx b/apps/random.subx
index d73b4876..71012309 100644
--- a/apps/random.subx
+++ b/apps/random.subx
@@ -1,7 +1,7 @@
 # Repeatedly read 32-bit numbers from /dev/random, print them to stdout.
 #
 # To run:
-#   $ ./bootstrap translate init.linux 0*.subx apps/random.subx -o apps/random
+#   $ ./bootstrap translate init.linux [01]*.subx apps/random.subx -o apps/random
 #   $ ./bootstrap run apps/random
 
 == code 0x09000000