Skip to content

Commit

Permalink
cli: help text for dvc update
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum authored and daavoo committed Jul 1, 2022
1 parent fbb98a8 commit c687d1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dvc/commands/update.py
Expand Up @@ -28,7 +28,10 @@ def run(self):


def add_parser(subparsers, parent_parser):
UPDATE_HELP = "Update data artifacts imported from other DVC repositories."
UPDATE_HELP = (
"Update data artifact imported (via dvc import or dvc import-url) "
"from an external DVC repository or URL."
)
update_parser = subparsers.add_parser(
"update",
parents=[parent_parser],
Expand Down

0 comments on commit c687d1b

Please sign in to comment.