aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-12 04:01:38 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-12 04:01:38 -0700
commita33cf4189baff25ea9e7b68238b90e2b521150ea (patch)
tree016a0122286938d718d4b83949ef691a1608be6e
parentd5df25162a58f2a7bcb41c1d46bccf084c3231d0 (diff)
downloadeinhyrningsins-a33cf4189baff25ea9e7b68238b90e2b521150ea.tar.gz
einhyrningsins-a33cf4189baff25ea9e7b68238b90e2b521150ea.zip
finish options in manpage
-rw-r--r--doc/einhyrningsins.1.ronn25
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