Skip to content

Commit 5a44e48

Browse files
authored
Merge pull request #2257 from puerco/krel-cve-fix
Fix krel cve -f flag description
2 parents db7f14c + 4882957 commit 5a44e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/krel/cmd/cve.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func init() {
100100
"file",
101101
"f",
102102
[]string{},
103-
"version tag for the notes",
103+
"update vulnerability data from a local map file",
104104
)
105105

106106
cveCmd.AddCommand(cveEditCmd, cveDeleteCmd)

0 commit comments

Comments
 (0)