Re: OpenSMTPD docs: smtp.1

2021-02-13 Thread Jason McIntyre
On Fri, Feb 12, 2021 at 05:35:07PM +, Larry Hynes wrote: > Note: the command 'smtp -h' only returns usage. Usage exits with '1' > (I assume this is to satisfy the default case in switch (ch) in > main()), even when called from the correct use of the '-h' flag, > which I don't think is correct.

OpenSMTPD docs: smtp.1

2021-02-12 Thread Larry Hynes
Note: the command 'smtp -h' only returns usage. Usage exits with '1' (I assume this is to satisfy the default case in switch (ch) in main()), even when called from the correct use of the '-h' flag, which I don't think is correct. Index: smtp.1 ==