Skip to content

Commit

Permalink
[Flags] Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsooda committed Aug 4, 2023
1 parent bd9ab6f commit be3ce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/passes/paramguard_pass.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var MainAnalyzer = &analysis.Analyzer{
}

func Init() {
customFlags := flag.NewFlagSet("unsafeuse-flags", flag.ExitOnError)
customFlags := flag.NewFlagSet("paramguard-flags", flag.ExitOnError)
customFlags.String(passtyps.FLAG_CONFIG_FILE_PATH, "", "Set the configuration file path (default=none)")
MainAnalyzer.Flags = *customFlags
ParamCollector.Flags = *customFlags
Expand Down

0 comments on commit be3ce21

Please sign in to comment.