diff --git a/Convert_Matlab/inst_eddies.m b/Convert_Matlab/inst_eddies.m
index 8820f3698142b4c3858416d25efeba6ab71eb2c7..b6235c979be134b677a2c922466ab0ad24ebe419 100644
--- a/Convert_Matlab/inst_eddies.m
+++ b/Convert_Matlab/inst_eddies.m
@@ -12,4 +12,5 @@ disp('Saving...')
 %%tic
 save('adt_v6', '-v6')
 %%toc
+disp('Matlab done')
 exit
diff --git a/Convert_Matlab/overlap_v6.py b/Convert_Matlab/overlap_v6.py
index aa2193ecb4744b54e7adec61f2254c41259cdd6a..fabf333393e73c71539ae8146122f9e34d0df343 100755
--- a/Convert_Matlab/overlap_v6.py
+++ b/Convert_Matlab/overlap_v6.py
@@ -1,7 +1,8 @@
 #!/usr/bin/env python3
 
-"""This script reads the eddy graph from Matlab v6 mat files and
-    writes it to a new file in edgelist format.
+"""This script reads the eddy graph from Matlab v6 files
+    id_child_(anti|cyclo).mat, N(anti|cyclo).mat and date_num.mat, and
+    writes the graph to a new file in edgelist format.
 
 """