From 2ede96839b80bf1e4314525599b3d3c1e957c193 Mon Sep 17 00:00:00 2001 From: nilushancosta Date: Thu, 7 May 2020 20:28:15 +0530 Subject: [PATCH] Add --local option --- content/docs/command-reference/remote/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/remote/add.md b/content/docs/command-reference/remote/add.md index bd4b826ade..41553f3d1c 100644 --- a/content/docs/command-reference/remote/add.md +++ b/content/docs/command-reference/remote/add.md @@ -159,7 +159,7 @@ For more information about the variables DVC supports, please visit ### Click for Microsoft Azure Blob Storage ```dvc -$ dvc remote add myremote azure://my-container-name/path +$ dvc remote add --local myremote azure://my-container-name/path $ dvc remote modify --local myremote connection_string "my-connection-string" ```