From 330101c543fa14476046dc2d3bd08f5b8ec868d4 Mon Sep 17 00:00:00 2001
From: friebolin <friebolin@cl.uni-heidelberg.de>
Date: Fri, 24 Feb 2023 19:01:11 +0100
Subject: [PATCH] Change help

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index bdf7daa..8a33f4f 100644
--- a/main.py
+++ b/main.py
@@ -231,7 +231,7 @@ if __name__ == "__main__":
 	parser.add_argument(
 		"-sd",
 		"--save_directory",
-		help="Directory to save run")
+		help="Destination directory for the output results of the run")
 	
 	parser.add_argument(
 		"-msp",
-- 
GitLab