We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c34ddf7 + 94b914c commit a2562a0Copy full SHA for a2562a0
cmd/fever/cmds/bloom.go
@@ -98,7 +98,7 @@ var bloomReloadCmd = &cobra.Command{
98
99
var bloomCmd = &cobra.Command{
100
Use: "bloom",
101
- Short: "bloom",
+ Short: "modify Bloom filter used by FEVER for detection",
102
Long: `The 'bloom' command interacts with FEVER's Bloom filter matcher.`,
103
}
104
cmd/fever/cmds/version.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
const (
10
- version = "1.2.0"
+ version = "1.3.3"
11
12
13
// versionCmd represents the version command
0 commit comments