From: Daniel Stenberg Date: Thu, 28 Apr 2016 20:28:37 +0000 (+0200) Subject: aliases: remove trailing space from capath string X-Git-Tag: curl-7_49_0~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b499973c7bb9f8e7a5d12acf899a60a2dcdf4631;p=curl aliases: remove trailing space from capath string --- diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 756f60d1b..ff49c9898 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -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},