From cacd42bcf4cb8a290fd69980e8cce7320f6612e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com>
Date: Sat, 13 Mar 2021 17:12:51 +0100
Subject: [PATCH] fix params doc

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

diff --git a/gen_seq_diag.py b/gen_seq_diag.py
index 992e7cb..9e829a9 100755
--- a/gen_seq_diag.py
+++ b/gen_seq_diag.py
@@ -466,7 +466,7 @@ def main():
     # parse arguments
     method = None
     repl = {}
-    # gen_seq_diag.py <project root> diag:Type:method:obj; a -> b; ...
+    # gen_seq_diag.py <project root> "diag:Type:method:obj; a -> b; ..."
     def parse_args():
         nonlocal method
         params = list([i.strip() for i in sys.argv[2].split(';')])
-- 
GitLab