Skip to content

Commit

Permalink
Update cancel.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaI authored Nov 5, 2024
1 parent 86f5010 commit df93f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/armadactl/cmd/cancel.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func cancelExecutorCmd() *cobra.Command {
},
}

cmd.Flags().StringSliceP("queues", "q", []string{}, "Cancel jobs on executor matching the specified queue names. If no queues are provided, jobs across all queues will be cancelled.")
cmd.Flags().StringSliceP("queues", "q", []string{}, "Cancel jobs on executor matching the specified queue names. If no queues are provided, jobs across all queues will be cancelled. Provided queues should be comma separated, as in the following example: queueA,queueB,queueC.")

Check failure on line 95 in cmd/armadactl/cmd/cancel.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

line is 278 characters (lll)
cmd.Flags().StringSliceP("priority-classes", "p", []string{}, "Cancel jobs on executor matching the specified priority classes.")
return cmd
}

0 comments on commit df93f48

Please sign in to comment.