diff options
author | Nigel Metheringham <nigel@exim.org> | 2007-09-04 08:18:12 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2007-09-04 08:18:12 +0000 |
commit | 81ea09caacc4e3a12a359f81f97a8985054a26f8 (patch) | |
tree | ad826e49f21b2ee2c3639398b129e7e0cc706998 /doc/doc-txt | |
parent | e492cc8d4574fe3a0919df64346d6e91a92a7496 (diff) |
NM/01
--help was not correctly handled if exim was invoked under an alias which
did not expect/require arguments.
Changed handling of --help to counter this.
Moved usage/help messages into exim_usage().
Fixes: bug #592
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9897e8f56..2d98239e7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,8 +1,12 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.530 2007/08/29 15:06:47 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.531 2007/09/04 08:18:12 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- +NM/01 Bugzilla 592: --help option is handled incorrectly if exim is invoked + as mailq or other aliases. Changed the --help handling significantly + to do whats expected. exim_usage() emits usage/help information. + Exim version 4.68 ----------------- |