Просмотр исходного кода

fix bug in readme (#1011)

--max-target-megabytes INT
sergiomarotco 3 лет назад
Родитель
Сommit
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.
 ```