diff --git a/cmd/jobsShow.go b/cmd/jobsShow.go index 794c3d4e04..2552724530 100644 --- a/cmd/jobsShow.go +++ b/cmd/jobsShow.go @@ -73,7 +73,7 @@ func init() { jobsCmd.AddCommand(shJob) // filters - shJob.PersistentFlags().StringVar(&commandLineInput.OfStatus, "with-status", "", "Only list the transfers of job with this status, available values: Started, Success, Failed.") + shJob.PersistentFlags().StringVar(&commandLineInput.OfStatus, "with-status", "", "Only list the transfers of job with this status, available values: All, Started, Success, Failed.") } // handles the list command