tool_help: fix --tlsv1 help text to use >= for TLSv1
This commit is contained in:
parent
6842afbf44
commit
f44b803f16
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user