Skip to content

Commit 6e0d1db

Browse files
loresusopoiana
authored andcommitted
docs: rename purpose of the tool
Signed-off-by: Lorenzo Susini <[email protected]>
1 parent 867d7ce commit 6e0d1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
func New(ctx context.Context, opt *options.CommonOptions) *cobra.Command {
3232
rootCmd := &cobra.Command{
3333
Use: "falcoctl",
34-
Short: "The control tool for running Falco in Kubernetes",
34+
Short: "A CLI tool to interact with Falco and artifacts of its ecosystem",
3535
DisableAutoGenTag: true,
3636
}
3737

0 commit comments

Comments
 (0)