doc,src: remove references to --max-stack-size
authorAria Stewart <aredridel@dinhe.net>
Thu, 2 Apr 2015 21:17:55 +0000 (17:17 -0400)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 3 Apr 2015 22:30:30 +0000 (00:30 +0200)
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>
doc/iojs.1
src/node.cc

index 901f43a..8a94af3 100644 (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
 
index 716b9c1..db16e0b 100644 (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"