Fix ip commands title in help view

This commit is contained in:
Borys_Levytskyi
2021-01-14 12:06:50 +02:00
parent 2216c75819
commit a5966aaf82

View File

@@ -15,7 +15,7 @@ function HelpResultView() {
</ul>
</div>
<div className="section">
<strong className="section-title">Ip Address Commands</strong>
<strong className="section-title">IP Address Commands</strong>
<ul>
<li><code><CommandLink text="127.0.0.1" /></code> enter single or multiple ip addresses (separated by space) to see their binary represenation</li>
<li><code><CommandLink text="192.168.0.1/8" /></code> subnet mask notiations are support as well</li>