diff --git a/sen2chain/data/job_ini.cfg b/sen2chain/data/job_ini.cfg
index 12df82d504587073abe7079f1909487c3c2a4f09..268165625806e34d8d44ff2b0f31d761804ba9d9 100644
--- a/sen2chain/data/job_ini.cfg
+++ b/sen2chain/data/job_ini.cfg
@@ -17,7 +17,8 @@
 # max_clouds: max cloud cover to consider for downloading images, and computing l2a products 
 # l1c: download l1c: True|False
 # l2a: compute l2a with sen2chain: True | False
-# cloudmasks: False | CM001 | CM002 | CM003-PRB1-ITER5 | CM004-CSH1-CMP1-CHP1-TCI1-ITER0
+# cloudmasks: the cloudmask(s) to compute and use to mask indice(s). Possible values range from none (False) to multiple cloudmasks:
+#    False | CM001/CM002/CM003-PRB1-ITER5/CM004-CSH1-CMP1-CHP1-TCI1-ITER0/etc.
 # indices: False | All | NDVI/NDWIGAO/etc.
 # remove: used to remove downloaded L1C and/or produced L2A, possible values: False | l1c | l2a | l1c/l2a
 # comments: free user comments, ie tile name, etc.
diff --git a/sen2chain/jobs.py b/sen2chain/jobs.py
index 6de767dc17dc5734e32f9b7cfa57a8e211807143..22e491225918b832c2b72a47a4738154e80055ee 100644
--- a/sen2chain/jobs.py
+++ b/sen2chain/jobs.py
@@ -249,7 +249,8 @@ class Job:
                     "# max_clouds: max cloud cover to consider for downloading images",
                     "# l1c: download l1c: True|False",
                     "# l2a: compute l2a with sen2chain: True | False", 
-                    "# cloudmasks: False | CM001 | CM002 | CM003-PRB1-ITER5 | CM004-CSH1-CMP1-CHP1-TCI1-ITER0",
+                    "# cloudmasks: the cloudmask(s) to compute and use to mask indice(s). Possible values range from none (False) to multiple cloudmasks:",
+                    "#    False | CM001/CM002/CM003-PRB1-ITER5/CM004-CSH1-CMP1-CHP1-TCI1-ITER0/etc.",
                     "# indices: False | All | NDVI/NDWIGAO/etc.", 
                     "# remove: used to remove downloaded L1C and/or produced L2A, possible values: False | l1c | l2a | l1c/l2a",
                     "# comments: free user comments, ie tile name, etc.",