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")