Skip to content

Commit

Permalink
Fix PDCP branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan O'Leary committed Mar 8, 2024
1 parent 30bd12c commit 914bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func ParseOptions() *Options {

// Configs
flagSet.CreateGroup("configs", "Configurations",
flagSet.DynamicVar(&options.PdcpAuth, "auth", "true", "configure projectdiscovery cloud (pdcp) api key"),
flagSet.DynamicVar(&options.PdcpAuth, "auth", "true", "configure ProjectDiscovery Cloud Platform (PDCP) api key"),
flagSet.StringVar(&cfgFile, "config", "", "path to the asnmap configuration file"),
flagSet.StringSliceVarP(&options.Resolvers, "resolvers", "r", nil, "list of resolvers to use", goflags.FileCommaSeparatedStringSliceOptions),
flagSet.StringSliceVarP(&options.Proxy, "proxy", "p", nil, "list of proxy to use (comma separated or file input)", goflags.FileCommaSeparatedStringSliceOptions),
Expand Down

0 comments on commit 914bc35

Please sign in to comment.