mirror of
https://github.com/curl/curl.git
synced 2026-07-22 12:57:20 +03:00
aliases: remove trailing space from capath string
This commit is contained in:
parent
388c6b5e75
commit
b499973c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ static const struct LongShort aliases[]= {
|
|||
{"Ed", "key-type", TRUE},
|
||||
{"Ee", "pass", TRUE},
|
||||
{"Ef", "engine", TRUE},
|
||||
{"Eg", "capath ", TRUE},
|
||||
{"Eg", "capath", TRUE},
|
||||
{"Eh", "pubkey", TRUE},
|
||||
{"Ei", "hostpubmd5", TRUE},
|
||||
{"Ej", "crlfile", TRUE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue