summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5407005..8c74d4d 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,10 @@ against the current file system and report any corrupted files.
corrupted: ./test_file
Error: Found 1 denied difference
+You can optionally deny all changes to existing files:
+
+ $ brck -d changed,removed,corrupted
+
Brck is quiet by default. Increase the verbosity using `-v` or request a
summary using `-s`. Alternatively, enable the JSON output using `-J` and
perform your own post-processing, e.g., using [jq][]:
Generated by cgit. See skreutz.com for my tech blog and contact information.