Skip to content
Snippets Groups Projects
Verified Commit cacd42bc authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix params doc

parent 3ba52b0c
Branches
No related tags found
No related merge requests found
Pipeline #6617 passed
......@@ -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(';')])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment