Skip to content

Commit

Permalink
Update dvc/command/get.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Jorge Orpinel <[email protected]>
  • Loading branch information
fabiosantoscode and jorgeorpinel authored Jan 10, 2020
1 parent c3314b5 commit 724283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(self):


def add_parser(subparsers, parent_parser):
GET_HELP = "Download/copy files or directories from Git repository."
GET_HELP = "Download a file or directory from any DVC project or Git repository"
get_parser = subparsers.add_parser(
"get",
parents=[parent_parser],
Expand Down

0 comments on commit 724283f

Please sign in to comment.