diff options
Diffstat (limited to 'cmd/breachforum.go')
| -rw-r--r-- | cmd/breachforum.go | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cmd/breachforum.go b/cmd/breachforum.go index 366092c..63254c1 100644 --- a/cmd/breachforum.go +++ b/cmd/breachforum.go @@ -7,11 +7,12 @@ import ( ) var breachforumCmd = &cobra.Command{ - Use: "breachforum [search]", - Short: "Search BreachForum data", - Long: `Search breachdetect index for BreachForum messages and detections`, - Args: cobra.ExactArgs(1), - RunE: runBreachForumSearch, + Use: "breachforum [search]", + Aliases: []string{"brf"}, + Short: "Search BreachForum data", + Long: `Search breachdetect index for BreachForum messages and detections`, + Args: cobra.ExactArgs(1), + RunE: runBreachForumSearch, } func init() { |
