Skip to content

Commit 6a4f403

Browse files
change command doc string
1 parent 7873abc commit 6a4f403

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
@@ -31,7 +31,7 @@ def run(self):
3131

3232

3333
def add_parser(subparsers, parent_parser):
34-
GET_HELP = "Download/copy files or directories from git repository."
34+
GET_HELP = "Download/copy files or directories from Git repository."
3535
get_parser = subparsers.add_parser(
3636
"get",
3737
parents=[parent_parser],

0 commit comments

Comments
 (0)