diff --git a/dvc/command/get.py b/dvc/command/get.py index 1386d8ca40..0771bfb261 100644 --- a/dvc/command/get.py +++ b/dvc/command/get.py @@ -52,7 +52,7 @@ def _get_file_from_repo(self): def add_parser(subparsers, parent_parser): GET_HELP = ( - "Download a file or directory from any DVC project or Git repository." + "Download file or directory from any DVC project or Git repository." ) get_parser = subparsers.add_parser( "get", diff --git a/dvc/command/imp.py b/dvc/command/imp.py index 82317dbb5f..7d095dbd17 100644 --- a/dvc/command/imp.py +++ b/dvc/command/imp.py @@ -30,8 +30,8 @@ def run(self): def add_parser(subparsers, parent_parser): IMPORT_HELP = ( - "Download a file or directory from any DVC project or Git repository " - "and take it under DVC control." + "Download file or directory from any DVC project or Git repository " + "into the workspace, and track it." ) import_parser = subparsers.add_parser(