Skip to content

Commit 3de7939

Browse files
committed
Clarified flag message
1 parent 98fccb3 commit 3de7939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vulnfeeds/cmd/converters/cve/nvd-cve-osv

vulnfeeds/cmd/converters/cve/nvd-cve-osv/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
outFormat = flag.String("out-format", "OSV", "Format to output {OSV,PackageInfo}")
3131
workers = flag.Int("workers", 30, "The number of concurrent workers to use for processing CVEs.")
3232
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")
33+
cpuProfile = flag.String("cpuprofile", "", "Path to write cpu profile to file (default = no output)")
3434
)
3535

3636
func loadCPEDictionary(productToRepo *cves.VPRepoCache, f string) error {

0 commit comments

Comments
 (0)