diff --git a/doc/api/cli.md b/doc/api/cli.md index b23311281df807..b2e5afabca5cc1 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -53,6 +53,10 @@ changes: 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"`