Skip to content

Commit ffc0db8

Browse files
committed
removes superfluous -v / --verbose option
1 parent 41b1d89 commit ffc0db8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dcm/dcm_cmd.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ def getArgParser(self, description: str, version_msg) -> ArgumentParser:
2323
override the default argparser call
2424
"""
2525
parser = super().getArgParser(description, version_msg)
26-
parser.add_argument(
27-
"-v",
28-
"--verbose",
29-
action="store_true",
30-
help="show verbose output [default: %(default)s]",
31-
)
3226
parser.add_argument(
3327
"-rp",
3428
"--root_path",

0 commit comments

Comments
 (0)