Browse Source

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>
v1.8.0-commit
Aria Stewart 10 years ago
committed by Ben Noordhuis
parent
commit
ad937752ee
  1. 2
      doc/iojs.1
  2. 1
      src/node.cc

2
doc/iojs.1

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

1
src/node.cc

@ -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…
Cancel
Save