Fix typo in forkserver commandline help

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@454 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Devin Carraway 2005-06-29 09:37:10 +00:00
parent 532ce30f64
commit 2847144641
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
Fix for corruption problem under Apache
Fix typo in qpsmtpd-forkserver commandline help
0.29 - 2005/03/03

View File

@ -29,7 +29,7 @@ usage: qpsmtpd-forkserver [ options ]
-l, --listen-address addr : listen on a specific address; default 0.0.0.0
-p, --port P : listen on a specific port; default 2525
-c, --limit-connections N : limit concurrent connections to N; default 15
-u, --user U : run as a particular user (defualt 'smtpd')
-u, --user U : run as a particular user (default 'smtpd')
-m, --max-from-ip M : limit connections from a single IP; default 5
EOT
exit 0;