muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

man page says "-d" but should say "-domain" #60

Closed sanderjo closed 10 years ago

sanderjo commented 10 years ago

man page says "-d" as the option parameter for HELO/EHLO domain, which is not true; not accepted by the mailsend binary

mailsend -h correctly says "-domain domain - domain name for SMTP HELO/EHLO"

I checked the source, and found 4 occurences. I don't know the relation betwee .pod and .1

doc/mailsend.pod: -d domain - domain name for SMTP HELO/EHLO doc/mailsend.1:& -d domain - domain name for SMTP HELO/EHLO main.c:" -domain domain - domain name for SMTP HELO/EHLO", README.mediawiki: -d domain - domain name for SMTP HELO/EHLO README.mediawiki: -domain domain - domain name for SMTP HELO/EHLO README.mediawiki: -d domain - domain name for SMTP HELO/EHLO