diff --git a/sen2chain/jobs.py b/sen2chain/jobs.py index 6e6037d0ccca6fca3f4661a9e51a4551b581d5ac..355c8993927cbb4f60fe1596554a3b63da986d89 100644 --- a/sen2chain/jobs.py +++ b/sen2chain/jobs.py @@ -284,7 +284,7 @@ class Job: "###Â Parameters", "# logs: True | False", "# timing: in cron format", - "# provider: the provider to download l1c prodicts, default peps, values: peps | scihub", + "# provider: the provider to download l1c prodicts, default peps, values: peps | cop_dataspace", "# tries: the number of times the download should loop before stopping, to download OFFLINE products", "# sleep: the time in min to wait between loops", "# nb_proc: the number of cpu cores to use for this job, default 8",