Skip to content

Commit

Permalink
Clarified that log messages only appear in "--verbose" mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JKVeganAbroad committed Jan 22, 2016
1 parent 4913197 commit 8e1e617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ This overrides this task from blocking deletion of folders outside current worki
Type: `Boolean`
Default: `false`

Will log messages of what would happen if the task was ran but doesn't actually delete the files.
Will not actually delete any files or directories.
If the task is run with the `--verbose` flag, the task will log messages of what files would have be deleted.

### Usage Examples

Expand Down Expand Up @@ -102,4 +103,4 @@ which help you deal with hidden files, process dynamic mappings and so on.

Task submitted by [Tim Branyen](http://tbranyen.com/)

*This file was generated on Fri Nov 13 2015 14:04:25.*
*This file was generated on Fri Jan 22 2016 11:08:32.*
3 changes: 2 additions & 1 deletion docs/clean-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ This overrides this task from blocking deletion of folders outside current worki
Type: `Boolean`
Default: `false`

Will log messages of what would happen if the task was ran but doesn't actually delete the files.
Will not actually delete any files or directories.
If the task is run with the `--verbose` flag, the task will log messages of what files would have be deleted.

0 comments on commit 8e1e617

Please sign in to comment.