瀏覽代碼

fix bug in readme (#1011)

--max-target-megabytes INT
sergiomarotco 3 年之前
父節點
當前提交
e15ab0dc2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
   -s, --source string          path to source (git repo, directory, file)
   -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.
 ```