Skip to content

Commit

Permalink
Update dvc/command/get.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Jorge Orpinel <[email protected]>
  • Loading branch information
fabiosantoscode and jorgeorpinel committed Jan 10, 2020
1 parent 6a4f403 commit 51f2fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ def add_parser(subparsers, parent_parser):
help="Destination path to copy/download files to.",
)
get_parser.add_argument(
"--rev", nargs="?", help="Repository git revision."
"--rev", nargs="?", help="Git revision (e.g. branch, tag, SHA)"
)
get_parser.set_defaults(func=CmdGet)

0 comments on commit 51f2fa1

Please sign in to comment.