Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 02a549e

Browse files
committed
tls: make the --enable-legacy-cipher-list help less verbose
Per feedback on the commit, make the PrintHelp for --enable-legacy-cipher-list less verbose. Reviewed-By: James M Snell <[email protected]> PR-URL: #14413
1 parent 67d9a56 commit 02a549e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/node.cc

+2-4
Original file line numberDiff line numberDiff line change
@@ -2567,8 +2567,7 @@ static void PrintHelp() {
25672567
" --enable-ssl2 enable ssl2\n"
25682568
" --enable-ssl3 enable ssl3\n"
25692569
" --cipher-list=val specify the default TLS cipher list\n"
2570-
" --enable-legacy-cipher-list=val \n"
2571-
" set to v0.10.38 to use the v0.10.38 list\n"
2570+
" --enable-legacy-cipher-list=v0.10.38 \n"
25722571
"\n"
25732572
"Environment variables:\n"
25742573
#ifdef _WIN32
@@ -2581,8 +2580,7 @@ static void PrintHelp() {
25812580
" global contexts.\n"
25822581
"NODE_DISABLE_COLORS Set to 1 to disable colors in the REPL\n"
25832582
"NODE_CIPHER_LIST Override the default TLS cipher list\n"
2584-
"NODE_LEGACY_CIPHER_LIST\n"
2585-
" Set to v0.10.38 to use the v0.10.38 list\n"
2583+
"NODE_LEGACY_CIPHER_LIST=v0.10.38\n"
25862584
"\n"
25872585
"Documentation can be found at http://nodejs.org/\n");
25882586
}

0 commit comments

Comments
 (0)