Skip to content

Commit

Permalink
cli: fix typo in help message, replace / with : in scp style url (#10322
Browse files Browse the repository at this point in the history
)
  • Loading branch information
skshetry authored Feb 26, 2024
1 parent 6cb37ac commit 84a1750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/commands/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def add_parser(subparsers, parent_parser):
To import data from dvc/git repositories, \
add dvc:// schema to the repo url, e.g:
dvc://[email protected]/iterative/example-get-started.git
dvc://[email protected]:iterative/example-get-started.git
dvc+https://github.com/iterative/example-get-started.git""",
)
ds_add_parser.add_argument(
Expand Down

0 comments on commit 84a1750

Please sign in to comment.