diff --git a/src/node_options.cc b/src/node_options.cc index 0d7ba51428058d..4d9398da9ca67b 100644 --- a/src/node_options.cc +++ b/src/node_options.cc @@ -807,7 +807,10 @@ PerProcessOptionsParser::PerProcessOptionsParser( #endif #endif AddOption("--use-largepages", - "Map the Node.js static code to large pages", + "Map the Node.js static code to large pages. Options are " + "'off' (the default value, meaning do not map), " + "'on' (map and ignore failure, reporting it to stderr), " + "or 'silent' (map and silently ignore failure)", &PerProcessOptions::use_largepages, kAllowedInEnvironment);