Skip to content

Commit

Permalink
Merge pull request #3214 from jorgeorpinel/master
Browse files Browse the repository at this point in the history
get/imp: update help output descriptions
  • Loading branch information
efiop authored Jan 22, 2020
2 parents 000c524 + 6e61236 commit e9caa44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dvc/command/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions dvc/command/imp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e9caa44

Please sign in to comment.