From 030caf2a9ff7fb273b1f476bd6d8a83f0eb93931 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 14 Dec 2017 04:25:04 +0000 Subject: [PATCH] exim: regularize exim -bI:help output --- src/src/exim.c | 4 ++-- 1 file 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: -- 2.30.2