Skip to content

Commit 7f556f8

Browse files
committed
Merge remote-tracking branch 'origin'
2 parents bce3e7f + 43cacf1 commit 7f556f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nuclei/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ on extensive configurability, massive extensibility and ease of use.`)
413413
flagSet.CreateGroup("cloud", "Cloud",
414414
flagSet.DynamicVar(&pdcpauth, "auth", "true", "configure projectdiscovery cloud (pdcp) api key"),
415415
flagSet.BoolVarP(&options.EnableCloudUpload, "cloud-upload", "cup", false, "upload scan results to pdcp dashboard"),
416-
flagSet.StringVarP(&options.ScanID, "scan-id", "sid", "", "upload scan results to given scan id"),
416+
flagSet.StringVarP(&options.ScanID, "scan-id", "sid", "", "upload scan results to existing scan id (optional)"),
417417
flagSet.StringVarP(&options.ScanName, "scan-name", "sname", "", "scan name to set (optional)"),
418418
)
419419

0 commit comments

Comments
 (0)