Skip to content

Commit 604b299

Browse files
committed
update README
1 parent 1efca77 commit 604b299

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-scrub
22

3-
Remove files not necessary in a production node environment from a directory tree.
3+
Walk a directory tree and remove files not necessary in a production node environment.
44

55
WARNING: this program walks a directory tree and deletes files. Double check what
66
you are doing before executing. The program's `--dry-run` option is `true` by default.
@@ -44,7 +44,8 @@ elapsed time 18ms
4444

4545
## Command-line options
4646

47-
The first argument is the directory to delete.
47+
The first argument is the root of the directory tree to walk, looking for
48+
files and directories to delete.
4849

4950
`--dry-run` - [true], use `--dry-run false` to delete files and directories.
5051
`--details, -d` - [false], show count and size for each match deleted.

0 commit comments

Comments
 (0)