Skip to content

Commit 51f2fa1

Browse files
Update dvc/command/get.py
Co-Authored-By: Jorge Orpinel <jorgeorpinel@users.noreply.github.com>
1 parent 6a4f403 commit 51f2fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/command/get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ def add_parser(subparsers, parent_parser):
5252
help="Destination path to copy/download files to.",
5353
)
5454
get_parser.add_argument(
55-
"--rev", nargs="?", help="Repository git revision."
55+
"--rev", nargs="?", help="Git revision (e.g. branch, tag, SHA)"
5656
)
5757
get_parser.set_defaults(func=CmdGet)

0 commit comments

Comments
 (0)