Skip to content

Commit 80076d8

Browse files
committed
remove: fix help output
per #2456 (comment) Fix #2456
1 parent 116684c commit 80076d8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

dvc/command/remove.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ def add_parser(subparsers, parent_parser):
7474
help="Force purge.",
7575
)
7676
remove_parser.add_argument(
77-
"targets",
78-
nargs="+",
79-
help="DVC-files to remove. Optional. "
80-
"(Finds all DVC-files in the workspace by default.)",
77+
"targets", nargs="+", help="DVC-files to remove."
8178
)
8279
remove_parser.set_defaults(func=CmdRemove)

0 commit comments

Comments
 (0)