Skip to content
Snippets Groups Projects
Commit c8602b8c authored by atenart's avatar atenart
Browse files

mat2: display the default choice of --unknown-members in the help

parent b4b150a4
Branches
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ def create_arg_parser() -> argparse.ArgumentParser: ...@@ -50,7 +50,7 @@ def create_arg_parser() -> argparse.ArgumentParser:
help='show more verbose status information') help='show more verbose status information')
parser.add_argument('--unknown-members', metavar='policy', default='abort', parser.add_argument('--unknown-members', metavar='policy', default='abort',
help='how to handle unknown members of archive-style files (policy should' + help='how to handle unknown members of archive-style files (policy should' +
' be one of: %s)' % ', '.join(p.value for p in UnknownMemberPolicy)) ' be one of: %s) [Default: abort]' % ', '.join(p.value for p in UnknownMemberPolicy))
info = parser.add_mutually_exclusive_group() info = parser.add_mutually_exclusive_group()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment