Skip to content
Snippets Groups Projects
Commit ae036a69 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Adapt comment for prepare subparser

parent a0306463
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ def parse_arguments(argv):
actions = {} # to add the action to do according to the subparser called
checks = {} # to add the function to call to check the subparser arguments
# QC and annotation part. Start with ASCII art title, + small description of subcommand
# Preparation part. Start with ASCII art title, + small description of subcommand
parser_prepare = subparsers.add_parser('prepare',
formatter_class=argparse.RawDescriptionHelpFormatter,
description=(dedent(header) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment