Skip to content

Commit

Permalink
Consistency in options
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Mar 5, 2021
1 parent bdcb9e3 commit 78f2c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 78f2c46

Please sign in to comment.