Skip to content

Commit

Permalink
tool_help: fix --tlsv1 help text to use >= for TLSv1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanlior authored and jay committed Jun 21, 2015
1 parent 6842afb commit f44b803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool_help.c
Expand Up @@ -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)",
Expand Down

0 comments on commit f44b803

Please sign in to comment.