We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efca77 commit 604b299Copy full SHA for 604b299
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# node-scrub
2
3
-Remove files not necessary in a production node environment from a directory tree.
+Walk a directory tree and remove files not necessary in a production node environment.
4
5
WARNING: this program walks a directory tree and deletes files. Double check what
6
you are doing before executing. The program's `--dry-run` option is `true` by default.
@@ -44,7 +44,8 @@ elapsed time 18ms
44
45
## Command-line options
46
47
-The first argument is the directory to delete.
+The first argument is the root of the directory tree to walk, looking for
48
+files and directories to delete.
49
50
`--dry-run` - [true], use `--dry-run false` to delete files and directories.
51
`--details, -d` - [false], show count and size for each match deleted.
0 commit comments