From 08a80744bb398828e4e6d4c0235d200570483baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szewczak?= Date: Fri, 22 Sep 2017 00:21:41 +0200 Subject: [PATCH] docs: clarify usage cli options -e,-p on windows Fixes: https://github.com/nodejs/node/issues/15522 --- doc/api/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index b23311281df807..0dea115d4628a0 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -65,6 +65,7 @@ changes: Identical to `-e` but prints the result. +*Note*: For options `-e` and `-p` please use double quote for the script, although it does not matter on the Linux that you use double quote or a single quote, on the Windows it makes a difference. On the Windows a single quote will not work correctly because Windows shell traditionally uses double quote as the quote char. ### `-c`, `--check`