summaryrefslogtreecommitdiff
path: root/src/mail-wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail-wrapper.c')
-rw-r--r--src/mail-wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c
index 7d21c27ed..716d1375d 100644
--- a/src/mail-wrapper.c
+++ b/src/mail-wrapper.c
@@ -63,7 +63,7 @@ main(int argc, char** argv, char** env)
/* sanity check arguments */
if (argc < 2)
fatal(logident, MAIL_USAGE_ERROR,
- "Usage: %s program [args...]\n", argv[0]);
+ "Usage: %s program [args...]", argv[0]);
if (!check_command(argv[1]))
fatal(logident, MAIL_ILLEGAL_COMMAND,