mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Fix ip commands title in help view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user