]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/public-inbox-imapd.pod
ds: share long_step between NNTP and IMAP
[public-inbox.git] / Documentation / public-inbox-imapd.pod
index 71e0ea7f5db4a76e0a28ebac8a2fc6225a95500f..23577a69d881faad569fe7c68028cbcbc8b32622 100644 (file)
@@ -27,7 +27,9 @@ are supported and documented below.
 
 =over
 
-=item -l, --listen PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key
+=item -l PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key
+
+=item --listen PROTO://ADDRESS/?cert=/path/to/cert,key=/path/to/key
 
 In addition to the normal C<-l>/C<--listen> switch described in
 L<public-inbox-daemon(8)>, the C<PROTO> prefix (e.g. C<imap://> or
@@ -52,7 +54,7 @@ automatically gets STARTTLS support.
 
 The default private TLS certificate key for optional STARTTLS and IMAPS
 support if the C<key> option is not given with C<--listen>.  The private
-key may concatenated into the path used by C<--cert>, in which case this
+key may be concatenated into the path used by C<--cert>, in which case this
 option is not needed.
 
 =back