Skip to content

Commit

Permalink
Merge pull request #296 from projectdiscovery/brendan-fix-pdcp-branding
Browse files Browse the repository at this point in the history
Fix PDCP branding
  • Loading branch information
tarunKoyalwar authored Mar 8, 2024
2 parents 30bd12c + 914bc35 commit 663a980
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 663a980

Please sign in to comment.