From 61032723fa64b76c3f2e4dc9daa48593977c70f6 Mon Sep 17 00:00:00 2001 From: Alessio Greggi Date: Wed, 28 Aug 2024 23:36:14 +0200 Subject: [PATCH] Update cmd/hunt.go Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> --- cmd/hunt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hunt.go b/cmd/hunt.go index 7f91cd7..d44933d 100644 --- a/cmd/hunt.go +++ b/cmd/hunt.go @@ -95,7 +95,7 @@ func init() { huntCmd.MarkFlagRequired("file") huntCmd.Flags().BoolVarP(&commandOutput, "include-cmd-output", "c", false, "Include the executed command output") - huntCmd.Flags().BoolVarP(&commandError, "include-cmd-error", "e", false, "Include the executed command error") + huntCmd.Flags().BoolVarP(&commandError, "include-cmd-errors", "e", false, "Include the executed command error") huntCmd.Flags().BoolVarP(&libbpfOutput, "include-libbpf-output", "l", false, "Include the libbpf output")