Skip to content

Commit 8ee0fc4

Browse files
committed
Updated docs
1 parent b4c51e8 commit 8ee0fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ <h3>
687687
<p>If the field <code>add_help</code> of a parser is set to false, no help option will be added to it. Otherwise, the value of the field will be used to configure it. </p>
688688

689689
<div class="highlight highlight-lua"><pre><span class="kd">local</span> <span class="n">parser</span> <span class="o">=</span> <span class="n">argparse</span><span class="p">()</span>
690-
<span class="p">:</span><span class="n">add_help</span> <span class="p">{</span><span class="n">name</span> <span class="o">=</span> <span class="s2">"</span><span class="s">/?"</span><span class="p">}</span>
690+
<span class="p">:</span><span class="n">add_help</span> <span class="s2">"</span><span class="s">/?"</span>
691691
</pre></div>
692692

693693
<div class="highlight highlight-bash"><pre><span class="nv">$ </span>lua script.lua /?

0 commit comments

Comments
 (0)