Skip to content

Commit

Permalink
get/imp: update help output descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jan 22, 2020
1 parent b99c5e4 commit 6e61236
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 6e61236

Please sign in to comment.