mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +03:00
zsh.pl: produce a working completion script again
Commit curl-7_54_0-118-g8b2f22e changed the output format of curl --help to use <file> and <dir> instead of FILE and DIR, which caused zsh.pl to produce a broken completion script: % curl --<TAB> _curl:10: no such file or directory: seconds Closes #1779
This commit is contained in:
parent
9bd2248f92
commit
ab2a7079cd
3 changed files with 5 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ static const struct helptxt helptext[] = {
|
|||
"Append to target file when uploading"},
|
||||
{" --basic",
|
||||
"Use HTTP Basic Authentication"},
|
||||
{" --cacert <CA certificate>",
|
||||
{" --cacert <file>",
|
||||
"CA certificate to verify peer against"},
|
||||
{" --capath <dir>",
|
||||
"CA directory to verify peer against"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue