mirror of
https://github.com/mirror/wget.git
synced 2025-01-15 23:01:07 +08:00
* src/main.c (main): Add missing \n in error message
This commit is contained in:
parent
def133f26f
commit
42c2ce71bc
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user