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
1 changed files with 1 additions and 1 deletions

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