diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2015-06-21 13:41:07 +0300 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-06-21 13:33:11 -0400 |
commit | f44b803f1605edcfc4058b1a818c44552f0affec (patch) | |
tree | 460ebd279782156d134236181a39ec0e6cd08c5f /src | |
parent | 6842afbf4498198766bf4ff6300a5f267fcbd361 (diff) | |
download | curl-f44b803f1605edcfc4058b1a818c44552f0affec.tar.gz |
tool_help: fix --tlsv1 help text to use >= for TLSv1
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 13feaed2b..59273036e 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -220,7 +220,7 @@ static const char *const helptext[] = { " -t, --telnet-option OPT=VAL Set telnet option", " --tftp-blksize VALUE Set TFTP BLKSIZE option (must be >512)", " -z, --time-cond TIME Transfer based on a time condition", - " -1, --tlsv1 Use => TLSv1 (SSL)", + " -1, --tlsv1 Use >= TLSv1 (SSL)", " --tlsv1.0 Use TLSv1.0 (SSL)", " --tlsv1.1 Use TLSv1.1 (SSL)", " --tlsv1.2 Use TLSv1.2 (SSL)", |