Skip to content

Commit

Permalink
[skip ci]Update instrument doc to reflect lack of full copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Finlay committed Apr 4, 2019
1 parent 2bf1481 commit 8a5c99e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -207,7 +207,8 @@ nyc instrument <input> [output]

`<input>` can be any file or directory within the project root directory.
The `[output]` directory is optional and can be located anywhere, if it is not set the instrumented code will be sent to `stdout`.
For example, `nyc instrument . ./output` will copy all files from `.` to `./output` and produce instrumented versions of any source files it finds along the way.
For example, `nyc instrument . ./output` will produce instrumented versions of any source files it finds in `.` and store them in `./output`.


Run `nyc instrument --help` to display a list of available command options.

Expand Down

0 comments on commit 8a5c99e

Please sign in to comment.