Skip to content

Commit

Permalink
Update cmd/traceectl/cmd/event.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gregório G. <geyslan@gmail.com>
  • Loading branch information
ShohamBit and geyslan authored Nov 28, 2024
1 parent 49f032b commit ad289eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/traceectl/cmd/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ var eventCmd = &cobra.Command{
Use: "event [command]",
Short: "Event management for tracee",
Long: `Event Management for tracee
Let you enable and disable events in tracee.
Get descriptions of events.
`,
Let you enable and disable events in tracee.
Get descriptions of events.
`,
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
if len(args) == 0 {
Expand Down

0 comments on commit ad289eb

Please sign in to comment.