diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2015-04-23 00:09:49 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2015-04-23 00:09:49 +0200 |
commit | 79478fdb68ecdb2e36ae634262133670ada44084 (patch) | |
tree | 5fd5516643988cf2701927832b7b49194608bd7a | |
parent | 81e25b0e25f049a1c0629904464245e0491b4428 (diff) |
tool: fixed a comment typo
-rw-r--r-- | src/tool_getparam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 7f68b2852..121afc44d 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -145,7 +145,7 @@ static const struct LongShort aliases[]= { {"$v", "ssl-reqd", FALSE}, /* 'ssl-reqd' new in 7.20.0, previously this was ftp-ssl-reqd */ {"$w", "sessionid", FALSE}, - /* ¡sessionid' listed as --no-sessionid in the help */ + /* 'sessionid' listed as --no-sessionid in the help */ {"$x", "ftp-ssl-control", FALSE}, {"$y", "ftp-ssl-ccc", FALSE}, {"$j", "ftp-ssl-ccc-mode", TRUE}, |