From 724283fa382843e6dc11c16045e966cacce6cd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Fri, 10 Jan 2020 18:08:46 +0000 Subject: [PATCH] Update dvc/command/get.py Co-Authored-By: Jorge Orpinel --- dvc/command/get.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/command/get.py b/dvc/command/get.py index daae7fa266..7d5af18c79 100644 --- a/dvc/command/get.py +++ b/dvc/command/get.py @@ -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],