Browse Source

fix bug in readme (#1011)

--max-target-megabytes INT
sergiomarotco 3 years ago
parent
commit
e15ab0dc2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -160,7 +160,7 @@ Flags:
   -b, --baseline-path          path to a previously generated report with known issues that gitleaks should ignore
   -b, --baseline-path          path to a previously generated report with known issues that gitleaks should ignore
   -s, --source string          path to source (git repo, directory, file)
   -s, --source string          path to source (git repo, directory, file)
   -v, --verbose                show verbose output from scan
   -v, --verbose                show verbose output from scan
-  --max-target-megabytes       files larger than this will be skipped
+  --max-target-megabytes int   files larger than this will be skipped
 
 
 Use "gitleaks [command] --help" for more information about a command.
 Use "gitleaks [command] --help" for more information about a command.
 ```
 ```