Skip to content

Commit

Permalink
Update troubadix/standalone_plugins/deprecate_vts.py
Browse files Browse the repository at this point in the history
Co-authored-by: mbrinkhoff <[email protected]>
  • Loading branch information
amy-gb and mbrinkhoff authored Jul 1, 2024
1 parent 796d24d commit 9a0ecab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions troubadix/standalone_plugins/deprecate_vts.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ def parse_args(args: Iterable[str] = None) -> Namespace:
)
parser.add_argument(
"-f",
"--file",
metavar="<file>",
nargs="?",
"--files",
metavar="<files>",
nargs="*",
default=None,
type=file_type,
help="Single file to deprecate",
help="Files to deprecate",
)
parser.add_argument(
"-i",
Expand Down

0 comments on commit 9a0ecab

Please sign in to comment.