* src/main.c (main): Add missing \n in error message

This commit is contained in:
Giuseppe Scrivano 2016-12-31 17:11:01 +01:00
parent def133f26f
commit 42c2ce71bc

View File

@ -1742,7 +1742,7 @@ for details.\n\n"));
else if (opt.method)
{
fprintf (stderr, _("You cannot use --post-data or --post-file along with --method. "
"--method expects data through --body-data and --body-file options"));
"--method expects data through --body-data and --body-file options\n"));
exit (WGET_EXIT_GENERIC_ERROR);
}
}