1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 15:50:48 -04:00

aliases: remove trailing space from capath string

This commit is contained in:
Daniel Stenberg 2016-04-28 22:28:37 +02:00
parent 388c6b5e75
commit b499973c7b

View File

@ -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},