Skip to content

Commit

Permalink
get: refine --show-url description
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jan 23, 2020
1 parent d06bd6a commit 6364c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dvc/command/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def add_parser(subparsers, parent_parser):
get_parser.add_argument(
"--show-url",
action="store_true",
help="Just print the storage location (URL) the target data would be "
"downloaded from.",
help="Print the storage location (URL) the target data would be "
"downloaded from, and exit.",
)
get_parser.set_defaults(func=CmdGet)

0 comments on commit 6364c9e

Please sign in to comment.