From fec7a858b88c86e97e5dc96414a01feb21a2b661 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Sat, 2 Sep 2017 18:17:33 +0100 Subject: mime: use in curl cli tool instead of form API. Extended -F option syntax to support multipart mail messages. -F keyword headers= added to include custom headers in parts. Documentation upgraded. --- src/tool_help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tool_help.c') diff --git a/src/tool_help.c b/src/tool_help.c index 7b982aa96..486f65dc8 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -131,9 +131,9 @@ static const struct helptxt helptext[] = { {" --false-start", "Enable TLS False Start"}, {"-F, --form ", - "Specify HTTP multipart POST data"}, + "Specify multipart MIME data"}, {" --form-string ", - "Specify HTTP multipart POST data"}, + "Specify multipart MIME data"}, {" --ftp-account ", "Account data string"}, {" --ftp-alternative-to-user ", -- cgit v1.2.3