File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def _get_file_from_repo(self):
5252
5353def add_parser (subparsers , parent_parser ):
5454 GET_HELP = (
55- "Download a file or directory from any DVC project or Git repository."
55+ "Download file or directory from any DVC project or Git repository."
5656 )
5757 get_parser = subparsers .add_parser (
5858 "get" ,
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ def run(self):
3030
3131def add_parser (subparsers , parent_parser ):
3232 IMPORT_HELP = (
33- "Download a file or directory from any DVC project or Git repository "
34- "and take it under DVC control ."
33+ "Download file or directory from any DVC project or Git repository "
34+ "into the workspace, and track it ."
3535 )
3636
3737 import_parser = subparsers .add_parser (
You can’t perform that action at this time.
0 commit comments