summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-03-25 21:17:32 +0100
committerStefan Kreutz <mail@skreutz.com>2024-03-25 21:17:32 +0100
commit2423c86c303bc2efc5d0dbd4a047b333ad526d4d (patch)
treebd89bbe83a97e0958cc477eb9aaae8a5f0fbabe9
parent69f567f672060cfa3634b8db1d86ad922cd4f81e (diff)
downloadbrck-2423c86c303bc2efc5d0dbd4a047b333ad526d4d.tar
Add --deny example to README
-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.