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 committed Jan 10, 2020
1 parent 51f2fa1 commit 04619d5
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 @@ -43,7 +43,7 @@ def add_parser(subparsers, parent_parser):
"url", help="URL of Git repository to download from."
)
get_parser.add_argument(
"path", help="Path to a file or directory within the repository."
"path", help="Path to a file or directory within the project or repository"
)
get_parser.add_argument(
"-o",
Expand Down

0 comments on commit 04619d5

Please sign in to comment.