diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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][]: |