about summary refs log tree commit diff stats
path: root/html/apps/mu.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/mu.subx.html')
-rw-r--r--html/apps/mu.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/mu.subx.html b/html/apps/mu.subx.html
index ec780501..1d28f520 100644
--- a/html/apps/mu.subx.html
+++ b/html/apps/mu.subx.html
@@ -64,7 +64,7 @@ if ('onhashchange' in window) {
 <span id="L2" class="LineNr">   2 </span><span class="subxComment"># <a href="http://akkartik.name/post/mu-2019-2">http://akkartik.name/post/mu-2019-2</a></span>
 <span id="L3" class="LineNr">   3 </span><span class="subxComment">#</span>
 <span id="L4" class="LineNr">   4 </span><span class="subxComment"># To run:</span>
-<span id="L5" class="LineNr">   5 </span><span class="subxComment">#   $ ./translate_subx init.linux 0*.subx apps/mu.subx</span>
+<span id="L5" class="LineNr">   5 </span><span class="subxComment">#   $ ./translate_subx init.linux [0-9]*.subx apps/mu.subx</span>
 <span id="L6" class="LineNr">   6 </span>
 <span id="L7" class="LineNr">   7 </span><span class="subxComment"># == Goals</span>
 <span id="L8" class="LineNr">   8 </span><span class="subxComment"># 1. Be memory safe. It should be impossible to corrupt the heap, or to create</span>