From 9e6e43093582ebd85c0626bb37eb6fee6c0735ee Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 6 Dec 2019 16:56:12 +0200 Subject: [PATCH] import-url: add directories to examples https://github.com/iterative/dvc/pull/2894 --- dvc/command/imp_url.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dvc/command/imp_url.py b/dvc/command/imp_url.py index 46b24f8aac..e072bc1e34 100644 --- a/dvc/command/imp_url.py +++ b/dvc/command/imp_url.py @@ -44,12 +44,17 @@ def add_parser(subparsers, parent_parser): "url", help="Supported urls:\n" "/path/to/file\n" + "/path/to/directory\n" "C:\\\\path\\to\\file\n" + "C:\\\\path\\to\\directory\n" "https://example.com/path/to/file\n" "s3://bucket/path/to/file\n" + "s3://bucket/path/to/directory\n" "gs://bucket/path/to/file\n" + "gs://bucket/path/to/directory\n" "hdfs://example.com/path/to/file\n" "ssh://example.com:/path/to/file\n" + "ssh://example.com:/path/to/directory\n" "remote://myremote/path/to/file (see `dvc remote`)", ) import_parser.add_argument(