Skip to content

Commit fb593dd

Browse files
committed
Update User Guide
1 parent dc0c22d commit fb593dd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

changelogs/v4.7.3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">Message Changes</a><a
316316
<h2><a class="toc-backref" href="#id3" role="doc-backlink">Changes</a><a class="headerlink" href="#changes" title="Link to this heading"></a></h2>
317317
<ul class="simple">
318318
<li><dl class="simple">
319-
<dt><strong>Commands:</strong> The <code class="docutils literal notranslate"><span class="pre">-h</span></code> option for the <code class="docutils literal notranslate"><span class="pre">routes</span></code> command is renamed to <code class="docutils literal notranslate"><span class="pre">--handler</span></code> to avoid conflict with the common use of <code class="docutils literal notranslate"><span class="pre">-h</span></code> as a shortcut for <code class="docutils literal notranslate"><span class="pre">--help</span></code>.</dt><dd><p>The old <code class="docutils literal notranslate"><span class="pre">-h</span></code> option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for <code class="docutils literal notranslate"><span class="pre">--help</span></code>.
320-
A warning message is displayed when using the old <code class="docutils literal notranslate"><span class="pre">-h</span></code> option to encourage users to switch to the new <code class="docutils literal notranslate"><span class="pre">--handler</span></code> option.</p>
319+
<dt><strong>Commands:</strong> The <code class="docutils literal notranslate"><span class="pre">-h</span></code> option for the <code class="docutils literal notranslate"><span class="pre">routes</span></code> command is renamed to <code class="docutils literal notranslate"><span class="pre">--sort-by-handler</span></code> to avoid conflict with the common use of <code class="docutils literal notranslate"><span class="pre">-h</span></code> as a shortcut for <code class="docutils literal notranslate"><span class="pre">--help</span></code>.</dt><dd><p>The old <code class="docutils literal notranslate"><span class="pre">-h</span></code> option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for <code class="docutils literal notranslate"><span class="pre">--help</span></code>.
320+
A warning message is displayed when using the old <code class="docutils literal notranslate"><span class="pre">-h</span></code> option to encourage users to switch to the new <code class="docutils literal notranslate"><span class="pre">--sort-by-handler</span></code> option.</p>
321321
</dd>
322322
</dl>
323323
</li>

incoming/routing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,8 +1694,8 @@ <h4><a class="toc-backref" href="#id70" role="doc-backlink">Auto Routing (Legacy
16941694
<div class="versionadded">
16951695
<p><span class="versionmodified added">Added in version 4.3.0.</span></p>
16961696
</div>
1697-
<p>You can sort the routes by <em>Handler</em>:</p>
1698-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">php spark routes -h</span>
1697+
<p>You can sort the routes by <em>handler</em>:</p>
1698+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">php spark routes --sort-by-handler</span>
16991699
</pre></div>
17001700
</div>
17011701
</section>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)