Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
tls: make the --enable-legacy-cipher-list help less verbose
Browse files Browse the repository at this point in the history
Per feedback on the commit, make the PrintHelp for
--enable-legacy-cipher-list less verbose.

Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#14413
  • Loading branch information
jasnell authored and jBarz committed Nov 4, 2016
1 parent b7360fc commit 5f800df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3014,8 +3014,7 @@ static void PrintHelp() {
#endif
" --enable-ssl3 enable ssl3\n"
" --cipher-list=val specify the default TLS cipher list\n"
" --enable-legacy-cipher-list=val \n"
" set to v0.10.38 to use the v0.10.38 list\n"
" --enable-legacy-cipher-list=v0.10.38 \n"
"\n"
"Environment variables:\n"
#ifdef _WIN32
Expand Down

0 comments on commit 5f800df

Please sign in to comment.