Skip to content

Commit

Permalink
Add Contributers section to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kirkbride committed Jul 25, 2017
1 parent 15e3909 commit 8146323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hashdeep-diff/README.md
Expand Up @@ -14,3 +14,6 @@ jq < changes.json # pretty-printed and colorized details
jq 'map(select(.file == "some/data/file.txt"))' < changes.json # differences for a single file
jq -r 'map(select(.type != "added"))[].file' < changes.json # changed or removed filenames
```
#### Contributers

Thanks to [Christopher Rodgers](https://github.com/ctr) for catching a bug with command-line option parsing.

0 comments on commit 8146323

Please sign in to comment.