Skip to content

docs: clarify usage cli options -e,-p on windows

Fixes: https://github.com/nodejs/node/issues/15522

I open previously Pull Request (https://github.com/nodejs/node/pull/15543), but I decided to close it because I messed a little with a git rebase... I'm sorry for this, but it seams I need to practice more with git..

About the change. So I put note about using double quote for the script only under option -e, because description under -p refers to option -e so if the user would like to know the whole meaning about option -p will read description under -e with this new note.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Merge request reports

Loading