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
Aria Stewart 2015-04-02 17:17:55 -04:00 committed by Ben Noordhuis
parent 4a801c211c
commit ad937752ee
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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"