From 21cfd330c04e06fafd725d387d0c8e662d41ac74 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Oct 2016 14:11:56 -0700 Subject: [PATCH] Switch from node man to node --help --- docs/api/chrome-command-line-switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/chrome-command-line-switches.md b/docs/api/chrome-command-line-switches.md index e0673892a04..7920fe5e20e 100644 --- a/docs/api/chrome-command-line-switches.md +++ b/docs/api/chrome-command-line-switches.md @@ -45,7 +45,7 @@ Electron if you want to enable the `flags` in the main process. $ electron --js-flags="--harmony_proxies --harmony_collections" your-app ``` -See the [Node documentation][node-cli] or run `node man` in your terminal for a list of available flags. Additionally, run `node --v8-options` to see a list of flags that specifically refer to Node's V8 JavaScript engine. +See the [Node documentation][node-cli] or run `node --help` in your terminal for a list of available flags. Additionally, run `node --v8-options` to see a list of flags that specifically refer to Node's V8 JavaScript engine. ## --proxy-server=`address:port`