diff options
-rw-r--r-- | src/src/exim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/exim.c b/src/src/exim.c index d71af0ac4..39e68c04c 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -1120,8 +1120,8 @@ switch(request) "If the string is not recognised, you'll get this help (on stderr).\n" "\n" " exim -bI:help this information\n" -" exim -bI:dscp dscp value keywords known\n" -" exim -bI:sieve list of supported sieve extensions, one per line.\n" +" exim -bI:dscp list of known dscp value keywords\n" +" exim -bI:sieve list of supported sieve extensions\n" ); return; case CMDINFO_SIEVE: |