From ab2a7079cd2a1ec279b1e6b587ba48e50c155e91 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 14 Aug 2017 16:13:32 +0200 Subject: zsh.pl: produce a working completion script again Commit curl-7_54_0-118-g8b2f22e changed the output format of curl --help to use and instead of FILE and DIR, which caused zsh.pl to produce a broken completion script: % curl -- _curl:10: no such file or directory: seconds Closes #1779 --- src/tool_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_help.c b/src/tool_help.c index 42dc77959..a5bfaba24 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -54,7 +54,7 @@ static const struct helptxt helptext[] = { "Append to target file when uploading"}, {" --basic", "Use HTTP Basic Authentication"}, - {" --cacert ", + {" --cacert ", "CA certificate to verify peer against"}, {" --capath ", "CA directory to verify peer against"}, -- cgit v1.2.3