diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-12-14 04:25:04 +0000 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-12-21 21:52:06 +0100 |
commit | 030caf2a9ff7fb273b1f476bd6d8a83f0eb93931 (patch) | |
tree | a115c8737510b7fe50871e6e98406526c0a62189 /src | |
parent | 6d56f3f49a8d372a034477ba0d8969805e4fc23f (diff) |
exim: regularize exim -bI:help output
Diffstat (limited to 'src')
-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: |