]> granicus.if.org Git - curl/commitdiff
aliases: remove trailing space from capath string
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2016 20:28:37 +0000 (22:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2016 22:31:37 +0000 (00:31 +0200)
src/tool_getparam.c

index 756f60d1b96af74135c87c62903c81b75cdd6fdd..ff49c9898e2d653e9197660495c596d5bf8c8786 100644 (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},