We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f2fa1 commit 04619d5Copy full SHA for 04619d5
dvc/command/get.py
@@ -43,7 +43,7 @@ def add_parser(subparsers, parent_parser):
43
"url", help="URL of Git repository to download from."
44
)
45
get_parser.add_argument(
46
- "path", help="Path to a file or directory within the repository."
+ "path", help="Path to a file or directory within the project or repository"
47
48
49
"-o",
0 commit comments