Skip to content

Commit 5b36ffd

Browse files
Update dvc/command/get.py
Co-Authored-By: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
1 parent 9a98622 commit 5b36ffd

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
@@ -31,7 +31,7 @@ def run(self):
3131

3232

3333
def add_parser(subparsers, parent_parser):
34-
GET_HELP = "Download/copy files or directories from Git repository."
34+
GET_HELP = "Download a file or directory from any DVC project or Git repository"
3535
get_parser = subparsers.add_parser(
3636
"get",
3737
parents=[parent_parser],

0 commit comments

Comments
 (0)