mirror of https://github.com/nodejs/node.git
doc,src: remove references to --max-stack-size
Remove obsolete references to the removed --max-stack-size switch. PR-URL: https://github.com/iojs/io.js/pull/1327 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>pull/1307/merge
parent
4a801c211c
commit
ad937752ee
|
@ -62,8 +62,6 @@ and servers.
|
|||
|
||||
--v8-options print v8 command line options
|
||||
|
||||
--max-stack-size=val set max v8 stack size (bytes)
|
||||
|
||||
|
||||
.SH ENVIRONMENT VARIABLES
|
||||
|
||||
|
|
|
@ -3006,7 +3006,6 @@ static void PrintHelp() {
|
|||
"function is used\n"
|
||||
" --trace-deprecation show stack traces on deprecations\n"
|
||||
" --v8-options print v8 command line options\n"
|
||||
" --max-stack-size=val set max v8 stack size (bytes)\n"
|
||||
#if defined(NODE_HAVE_I18N_SUPPORT)
|
||||
" --icu-data-dir=dir set ICU data load path to dir\n"
|
||||
" (overrides NODE_ICU_DATA)\n"
|
||||
|
|
Loading…
Reference in New Issue