From 7a115215138ea46a6aab0b57fcd143cd91cc3055 Mon Sep 17 00:00:00 2001 From: Andrew Finlay Date: Thu, 4 Apr 2019 13:58:04 +1100 Subject: [PATCH] [skip ci]mention the `--delete` option --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d01b788..3b3a49d78 100644 --- a/README.md +++ b/README.md @@ -209,8 +209,8 @@ nyc instrument [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.