Skip to content

Commit

Permalink
Fix default value for input source
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonZivony committed Apr 1, 2024
1 parent f49ce2d commit 9906f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tracee/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func initCmd() error {
rootCmd.Flags().StringP(
"input",
"i",
"json",
"ebpf",
"[json|rego]\t\t\tControl how and where input events stream is received",
)

Expand Down

0 comments on commit 9906f14

Please sign in to comment.