Skip to content

Commit

Permalink
projectdiscovery#1399 feature implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
SkobelkinYaroslav committed Oct 4, 2024
1 parent 732333c commit cc027be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/pkg/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func ParseOptions() *Options {
flagSet.CreateGroup("input", "Input",
flagSet.StringSliceVarP(&options.Domain, "domain", "d", nil, "domains to find subdomains for", goflags.NormalizedStringSliceOptions),
flagSet.StringVarP(&options.DomainsFile, "list", "dL", "", "file containing list of domains for subdomain discovery"),
flagSet.StringVar(&options.Lines, "lines", "", "range of lines that will be read from the file"),
flagSet.StringVar(&options.Lines, "lines", "", "range of lines that will be read from the file [start,end]"),
)

flagSet.CreateGroup("source", "Source",
Expand Down

0 comments on commit cc027be

Please sign in to comment.