Skip to content

Commit

Permalink
Merge pull request #39 from Amnesic-Systems/dont-print-help-twice
Browse files Browse the repository at this point in the history
Don't print help twice.
  • Loading branch information
NullHypothesis authored Dec 12, 2024
2 parents 9c1aec6 + 9b72ea4 commit 887a330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/veil/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func parseFlags(out io.Writer, args []string) (*config.Config, error) {

var err error
if err = fs.Parse(args); err != nil {
fs.PrintDefaults()
return nil, fmt.Errorf("failed to parse flags: %w", err)
}

Expand Down

0 comments on commit 887a330

Please sign in to comment.