We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867d7ce commit 6e0d1dbCopy full SHA for 6e0d1db
cmd/root.go
@@ -31,7 +31,7 @@ import (
31
func New(ctx context.Context, opt *options.CommonOptions) *cobra.Command {
32
rootCmd := &cobra.Command{
33
Use: "falcoctl",
34
- Short: "The control tool for running Falco in Kubernetes",
+ Short: "A CLI tool to interact with Falco and artifacts of its ecosystem",
35
DisableAutoGenTag: true,
36
}
37
0 commit comments