Skip to content

Commit 4882957

Browse files
committed
Fix krel cve -f flag description
The help text for krel cve -f was wrong. This commit updates to read: > update vulnerability data from a local map file Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
1 parent ef10c23 commit 4882957

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)