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 df93f48 commit d640f19
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 @@ -93,6 +93,6 @@ 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. 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.")
cmd.Flags().StringSliceP("priority-classes", "p", []string{}, "Cancel jobs on executor matching the specified priority classes. Provided priority classes should be comma separated, as in the following example: armada-default,armada-preemptible.")
return cmd
}

0 comments on commit d640f19

Please sign in to comment.