From f44b803f1605edcfc4058b1a818c44552f0affec Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Sun, 21 Jun 2015 13:41:07 +0300 Subject: tool_help: fix --tlsv1 help text to use >= for TLSv1 --- src/tool_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_help.c') 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)", -- cgit v1.2.3