Skip to content

Commit

Permalink
Merge pull request #56 from eguenou/patch-1
Browse files Browse the repository at this point in the history
fix: Updated the --max-depth option which is now --depth
  • Loading branch information
feeltheajf authored Feb 15, 2024
2 parents 255bc64 + d979ece commit 143bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here are some basic examples to get you started

```bash
# clone remote Git repository, scan 10 latest commits and output to stdout
$ trufflehog3 --max-depth 10 https://github.com/feeltheajf/trufflehog3
$ trufflehog3 --depth 10 https://github.com/feeltheajf/trufflehog3

# disable Git history search, scan current directory and save report as JSON
$ trufflehog3 --no-history --format json --output report.json
Expand Down

0 comments on commit 143bcfb

Please sign in to comment.