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
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ def create_arg_parser() -> argparse.ArgumentParser:
help='show more verbose status information')
parser.add_argument('--unknown-members', metavar='policy', default='abort',
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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment