zricethezav 5 лет назад
Родитель
Сommit
78f2c46517
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      options/options.go

+ 2 - 2
options/options.go

@@ -39,8 +39,8 @@ type Options struct {
 	Debug            bool   `long:"debug" description:"Log debug messages"`
 	NoGit            bool   `long:"no-git" description:"Treat git repos as plain directories and scan those files"`
 	CodeOnLeak       int    `long:"leaks-exit-code" default:"1" description:"Exit code when leaks have been encountered"`
-	AppendRepoConfig bool   `long:"append-repo-config" description:"append the provided or default config with the repo config."`
-	AdditionalConfig string `long:"additional-config" description:"path to an additional gitleaks config to append with an existing config. Can be used with --append-repo-config to append up to three configurations"`
+	AppendRepoConfig bool   `long:"append-repo-config" description:"Append the provided or default config with the repo config."`
+	AdditionalConfig string `long:"additional-config" description:"Path to an additional gitleaks config to append with an existing config. Can be used with --append-repo-config to append up to three configurations"`
 
 	// Report Options
 	Report       string `short:"o" long:"report" description:"Report output path"`