diff --git a/README.md b/README.md
index 0f312714d099f38b7bdc4fe1cab9b99b199adb3b..6f5a6458f7e00015f027900649fbf63ab2265e9a 100644
--- a/README.md
+++ b/README.md
@@ -23,4 +23,7 @@ To run the approach with the default parameters, just run the following command
 ```python
 python3 run_mem.py <dataset>
 ```
-There are some optional parameters such as the number of cpus to use for calculations, the maximum number of pairs for the ensemble model, the name of the label column in the dataset file, ...
+There are some optional parameters such as the number of cpus to use for calculations, the maximum number of pairs for the ensemble model, the name of the label column in the dataset file, etc. For more information, run the command:
+```python
+python3 run_mem.py -h
+```