aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-28 22:28:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-29 00:31:37 +0200
commitb499973c7bb9f8e7a5d12acf899a60a2dcdf4631 (patch)
tree26a150dca3abe187b1c808747747650f109a9cd4 /src
parent388c6b5e75c2946621e7cf2ad36193e31f06eb56 (diff)
aliases: remove trailing space from capath string
Diffstat (limited to 'src')
-rw-r--r--src/tool_getparam.c2
1 files changed, 1 insertions, 1 deletions
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},