From 752571c7ba847a1c78c232f48b50c25cff21e231 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 12 Oct 2011 15:47:20 +0200 Subject: [PATCH] Remove --use-legacy switch from --help section. --- src/node.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index 170a169c689..537eba7fce2 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2301,7 +2301,6 @@ static void PrintHelp() { " --v8-options print v8 command line options\n" " --vars print various compiled-in variables\n" " --max-stack-size=val set max v8 stack size (bytes)\n" - " --use-legacy use the legacy backend (default: libuv)\n" "\n" "Enviromental variables:\n" "NODE_PATH ':'-separated list of directories\n"