diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-10-12 04:01:38 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-10-12 04:01:38 -0700 |
commit | a33cf4189baff25ea9e7b68238b90e2b521150ea (patch) | |
tree | 016a0122286938d718d4b83949ef691a1608be6e /doc | |
parent | d5df25162a58f2a7bcb41c1d46bccf084c3231d0 (diff) | |
download | einhyrningsins-a33cf4189baff25ea9e7b68238b90e2b521150ea.tar.gz einhyrningsins-a33cf4189baff25ea9e7b68238b90e2b521150ea.zip |
finish options in manpage
Diffstat (limited to 'doc')
-rw-r--r-- | doc/einhyrningsins.1.ronn | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/doc/einhyrningsins.1.ronn b/doc/einhyrningsins.1.ronn index e256246..90ea89f 100644 --- a/doc/einhyrningsins.1.ronn +++ b/doc/einhyrningsins.1.ronn @@ -19,17 +19,20 @@ environment variables. einhyrningsins(1) is a partially-comparible re-implementation of einhorn(1) (a Ruby program) in Rust. Einhorn itself derived from Unicorn. - - -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 - -* `-h`, `--help` - Print a help menu - --version print the version - -v, --verbose more debugging messages + * `-n`, `--number`=COUNT + How many child processes to spawn. + * `-b`, `--bind` ADDR + Socket(s) to bind to. This argument can be repeated. + * `-4`, `--ipv4-only`: + Only accept IPv4 connections + * `-6`, `--ipv6-only` + Only accept IPv6 connections + * `-h`, `--help` + Print a help menu + * `--version` + Print program version + * `-v`, `--verbose` + More verbose logging and output ## STATUS |