mirror of https://github.com/nodejs/node.git
Remove --use-legacy switch from --help section.
parent
87339a22b1
commit
752571c7ba
|
@ -2301,7 +2301,6 @@ static void PrintHelp() {
|
||||||
" --v8-options print v8 command line options\n"
|
" --v8-options print v8 command line options\n"
|
||||||
" --vars print various compiled-in variables\n"
|
" --vars print various compiled-in variables\n"
|
||||||
" --max-stack-size=val set max v8 stack size (bytes)\n"
|
" --max-stack-size=val set max v8 stack size (bytes)\n"
|
||||||
" --use-legacy use the legacy backend (default: libuv)\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"Enviromental variables:\n"
|
"Enviromental variables:\n"
|
||||||
"NODE_PATH ':'-separated list of directories\n"
|
"NODE_PATH ':'-separated list of directories\n"
|
||||||
|
|
Loading…
Reference in New Issue