We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fccb3 commit 3de7939Copy full SHA for 3de7939
1 file changed
vulnfeeds/cmd/converters/cve/nvd-cve-osv/main.go
@@ -30,7 +30,7 @@ var (
30
outFormat = flag.String("out-format", "OSV", "Format to output {OSV,PackageInfo}")
31
workers = flag.Int("workers", 30, "The number of concurrent workers to use for processing CVEs.")
32
outputMetrics = flag.Bool("output-metrics", true, "If true, output the metrics information about the conversion")
33
- cpuProfile = flag.String("cpuprofile", "", "write cpu profile to file")
+ cpuProfile = flag.String("cpuprofile", "", "Path to write cpu profile to file (default = no output)")
34
)
35
36
func loadCPEDictionary(productToRepo *cves.VPRepoCache, f string) error {
0 commit comments