aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 91e017b..6fefc6a 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -512,7 +512,7 @@ class FatcatMapped(Refcat):
"""
Fatcat mapped "tsand".
"""
- mapper = luigi.Parameter(default="ts", help="mapper short name")
+ mapper = luigi.Parameter(default="ts", description="mapper short name")
def requires(self):
return ReleaseExportReduced()