diff --git a/src/find_interaction_cluster/community_figures/__main__.py b/src/find_interaction_cluster/community_figures/__main__.py
index 884f616020ab508cd8d371331b4759b5773972c2..a6898d3ab778a59d278593edd44d5fa696e4f2fd 100644
--- a/src/find_interaction_cluster/community_figures/__main__.py
+++ b/src/find_interaction_cluster/community_figures/__main__.py
@@ -69,7 +69,7 @@ def create_community_figures(table: str, feature: str, target_col: str,
     :param target_col: The name of the column containing the data of interest
     :param output: The output folder
     :param outfile: The name of the output figure file (pdf format)
-    :param test_type: The type of test to make (permutation or lm)
+    :param test_type: The type of test to make (permutation, lm or logit)
     :param target_kind: An optional name that describe a bit further \
     target_col.
     :param iteration: The number of sub samples to create. This parameter \