diff --git a/doc/api/cli.md b/doc/api/cli.md index 56c4ea941ca65b..19d9844e03de89 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -49,6 +49,10 @@ added: v0.5.2 Evaluate the following argument as JavaScript. The modules which are predefined in the REPL can also be used in `script`. +*Note*: On Windows, using `cmd.exe` a single quote will not work correctly +because it only recognizes double `"` for quoting. In Powershell or +Git bash, both `'` and `"` are usable. + ### `-p`, `--print "script"`