Skip to content

Commit 04619d5

Browse files
Update dvc/command/get.py
Co-Authored-By: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
1 parent 51f2fa1 commit 04619d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/command/get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def add_parser(subparsers, parent_parser):
4343
"url", help="URL of Git repository to download from."
4444
)
4545
get_parser.add_argument(
46-
"path", help="Path to a file or directory within the repository."
46+
"path", help="Path to a file or directory within the project or repository"
4747
)
4848
get_parser.add_argument(
4949
"-o",

0 commit comments

Comments
 (0)