about summary refs log tree commit diff stats
path: root/html/apps/braces.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-09 20:55:15 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-10 10:35:17 -0800
commit194d1007926e617bca106b8e2e94880e095808ee (patch)
tree11e5b298550265fd4d7bf3801bb969ca6fade284 /html/apps/braces.subx.html
parent0bcfe6e5cf11b27223eb5563315550ab5036f6c6 (diff)
downloadmu-194d1007926e617bca106b8e2e94880e095808ee.tar.gz
5881
Diffstat (limited to 'html/apps/braces.subx.html')
-rw-r--r--html/apps/braces.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html
index 9f8256cf..ce9aab9a 100644
--- a/html/apps/braces.subx.html
+++ b/html/apps/braces.subx.html
@@ -60,7 +60,7 @@ if ('onhashchange' in window) {
 <span id="L1" class="LineNr">  1 </span><span class="subxComment"># Structured control flow using break/loop rather than jump.</span>
 <span id="L2" class="LineNr">  2 </span><span class="subxComment">#</span>
 <span id="L3" class="LineNr">  3 </span><span class="subxComment"># To run (on Linux):</span>
-<span id="L4" class="LineNr">  4 </span><span class="subxComment">#   $ ./ntranslate init.linux 0*.subx apps/subx-params.subx apps/braces.subx</span>
+<span id="L4" class="LineNr">  4 </span><span class="subxComment">#   $ ./translate_subx init.linux 0*.subx apps/subx-params.subx apps/braces.subx</span>
 <span id="L5" class="LineNr">  5 </span><span class="subxComment">#   $ mv a.elf apps/braces</span>
 <span id="L6" class="LineNr">  6 </span><span class="subxComment">#</span>
 <span id="L7" class="LineNr">  7 </span><span class="subxComment"># Example 1:</span>