Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvoisin
mat2
Commits
c8602b8c
Commit
c8602b8c
authored
Mar 26, 2019
by
atenart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mat2: display the default choice of --unknown-members in the help
Signed-off-by:
Antoine Tenart
<
antoine.tenart@ack.tf
>
parent
b4b150a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mat2
mat2
+1
-1
No files found.
mat2
View file @
c8602b8c
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment