Skip to content

Commit

Permalink
[skip ci]mention the --delete option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Finlay committed Apr 4, 2019
1 parent 7ea21b3 commit 7a11521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -209,8 +209,8 @@ nyc instrument <input> [output]
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 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.
Any existing output can be removed by specifying the `--delete` option.
Run `nyc instrument --help` to display a full list of available command options.

**Note:** `nyc instrument` will not copy the contents of a `.git` folder to the output directory.

Expand Down

0 comments on commit 7a11521

Please sign in to comment.