Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8193da38 authored by VIGNET Pierre's avatar VIGNET Pierre
Browse files

[cmd] Fix typo in command line doc

parent afecf8f5
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ def json_2_interaction_graph(args):
@check_output_dir
def queries_2_common_graph(args):
"""Create a GraphML formated file containing a unique representation of **all**
trajectories corresponding to all solutions in each complete MAC files
trajectories corresponding to all solutions in each complete MAC file
(*mac_complete files).
This is a function to visualize paths taken by the solver from the boundaries
......@@ -497,7 +497,7 @@ def main():
parser_trajectories._action_groups[2].add_argument(
"path",
help="Complete solution file or directory with MAC solutions files "
"(*mac_complete.txt files) generated with the 'compute_macs' command.",
"(*mac_complete.txt files) generated with the 'solutions_search' command.",
)
parser_trajectories._action_groups[2].add_argument(
"--output",
......@@ -520,7 +520,7 @@ def main():
parser_queries_2_json._action_groups[2].add_argument(
"path",
help="Complete solution file or directory with MAC solutions files "
"(*mac_complete.txt files) generated with the 'compute_macs' command.",
"(*mac_complete.txt files) generated with the 'solutions_search' command.",
)
parser_queries_2_json._action_groups[2].add_argument(
"--output",
......@@ -580,7 +580,7 @@ def main():
parser_trajectories._action_groups[2].add_argument(
"path",
help="Complete solution file or directory with MAC solutions files "
"(*mac_complete.txt files) generated with the 'compute_macs' command.",
"(*mac_complete.txt files) generated with the 'solutions_search' command.",
)
# Outputs
parser_trajectories._action_groups[2].add_argument(
......@@ -619,7 +619,7 @@ def main():
parser_occurrences_matrix._action_groups[2].add_argument(
"path",
help="Directory with MAC solutions files "
"(*mac.txt files) generated with the 'compute_macs' command.",
"(*mac.txt files) generated with the 'solutions_search' command.",
)
parser_occurrences_matrix._action_groups[2].add_argument(
"--output",
......@@ -636,7 +636,7 @@ def main():
parser_occurrences_matrix.set_defaults(func=queries_2_occcurrence_matrix)
## subparser: Merge solutions to a csv file ################################
# Solution file (mac)
# Solution file (mac.txt)
# Output (csv)
parser_merge_macs = subparsers.add_parser(
"merge_macs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment