Skip to content

Commit

Permalink
fixing small typo (,) in help of jobs clean (#1899)
Browse files Browse the repository at this point in the history
* Microsoft mandatory file

* fixing small typo (,) in help of jobs clean

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Mohit Sharma <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2022
1 parent 1b53a7b commit 13ef5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jobsClean.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func init() {

// NOTE: we have way more job status than we normally need, only show the most common ones
jobsCleanCmd.PersistentFlags().StringVar(&commandLineInput.withStatus, "with-status", "All",
"only remove the jobs with this status, available values: All, Cancelled, Failed, Completed"+
"only remove the jobs with this status, available values: All, Cancelled, Failed, Completed,"+
" CompletedWithErrors, CompletedWithSkipped, CompletedWithErrorsAndSkipped")
}

Expand Down

0 comments on commit 13ef5e3

Please sign in to comment.