diff options
| author | bnewbold <bnewbold@robocracy.org> | 2016-10-12 04:01:42 -0700 | 
|---|---|---|
| committer | bnewbold <bnewbold@robocracy.org> | 2016-10-12 04:01:42 -0700 | 
| commit | 25b97bc6658b83b3e1448c2b67158b46fba8eb09 (patch) | |
| tree | d629586d6f257c7676fc36beb2db3239f28caa00 /index.html | |
| parent | bc20062c462bafa7c05c98043a6e8ef05d2d214b (diff) | |
| download | einhyrningsins-25b97bc6658b83b3e1448c2b67158b46fba8eb09.tar.gz einhyrningsins-25b97bc6658b83b3e1448c2b67158b46fba8eb09.zip | |
updating rendered manpage for github docs
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 | 
1 files changed, 13 insertions, 10 deletions
| @@ -96,18 +96,21 @@ environment variables.</p>  <p><a class="man-ref" href="einhyrningsins.1.html">einhyrningsins<span class="s">(1)</span></a> is a partially-comparible re-implementation of <span class="man-ref">einhorn<span class="s">(1)</span></span> (a  Ruby program) in Rust.  Einhorn itself derived from Unicorn.</p> -<pre><code>-4, --ipv4-only     only accept IPv4 connections --6, --ipv6-only     only accept IPv6 connections --m, --manual        manual (explicit) acknowledge mode --n, --number COUNT  how many program copies to spawn --b, --bind ADDR     socket(s) to bind to -</code></pre> -  <ul> +<li><code>-n</code>, <code>--number</code>=COUNT +How many child processes to spawn.</li> +<li><code>-b</code>, <code>--bind</code> ADDR +Socket(s) to bind to. This argument can be repeated.</li> +<li><code>-4</code>, <code>--ipv4-only</code>: +Only accept IPv4 connections</li> +<li><code>-6</code>, <code>--ipv6-only</code> +Only accept IPv6 connections</li>  <li><code>-h</code>, <code>--help</code> -Print a help menu -      --version       print the version -  -v, --verbose       more debugging messages</li> +Print a help menu</li> +<li><code>--version</code> +Print program version</li> +<li><code>-v</code>, <code>--verbose</code> +More verbose logging and output</li>  </ul> | 
