Pārlūkot izejas kodu

fix typo in config help

zricethezav 4 gadi atpakaļ
vecāks
revīzija
958c18f0b7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cmd/root.go

+ 1 - 1
cmd/root.go

@@ -27,7 +27,7 @@ const configDescription = `config file path
 order of precedence: 
 1. --config/-c 
 2. (--source/-s)/.gitleaks.toml
-if --config/-c is not set and no .gitleaks.toml/gitleaks.toml present 
+if --config/-c is not set and no (--source/s)/.gitleaks.toml is present 
 then .gitleaks.toml will be written to (--source/-s)/.gitleaks.toml for future use`
 
 var rootCmd = &cobra.Command{