From 84a17500134e865481de811866b56ef5a48f7b01 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:59:28 +0545 Subject: [PATCH] cli: fix typo in help message, replace / with : in scp style url (#10322) --- dvc/commands/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/commands/dataset.py b/dvc/commands/dataset.py index f92238e49b..32f1dd3a87 100644 --- a/dvc/commands/dataset.py +++ b/dvc/commands/dataset.py @@ -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://git@github.com/iterative/example-get-started.git +dvc://git@github.com:iterative/example-get-started.git dvc+https://github.com/iterative/example-get-started.git""", ) ds_add_parser.add_argument(