diff --git a/src/tool_help.c b/src/tool_help.c index 13feaed2b982cf510f96e635c5e31a737deae513..59273036e1d09071c441204b03ea7d9ed39b6e3f 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)",