Skip to content

Commit 84a1750

Browse files
authored
cli: fix typo in help message, replace / with : in scp style url (#10322)
1 parent 6cb37ac commit 84a1750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/commands/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def add_parser(subparsers, parent_parser):
156156
157157
To import data from dvc/git repositories, \
158158
add dvc:// schema to the repo url, e.g:
159-
dvc://git@github.com/iterative/example-get-started.git
159+
dvc://git@github.com:iterative/example-get-started.git
160160
dvc+https://github.com/iterative/example-get-started.git""",
161161
)
162162
ds_add_parser.add_argument(

0 commit comments

Comments
 (0)