From b0c76ebd7e164d6e2c49a733ded203ea1b50c902 Mon Sep 17 00:00:00 2001 From: Hans van Bakel Date: Thu, 25 Jan 2018 13:35:22 -0800 Subject: [PATCH] Fix flag Fix additional-deps as it is WITH a dash as opposed to additionalprobingpath --- docs/core/tools/dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet.md b/docs/core/tools/dotnet.md index beaa6c968bc35..75f7c4a731eb9 100644 --- a/docs/core/tools/dotnet.md +++ b/docs/core/tools/dotnet.md @@ -42,7 +42,7 @@ The only time `dotnet` is used as a command on its own is to run [framework-depe # [.NET Core 2.x](#tab/netcore2x) -`--additionaldeps ` +`--additional-deps ` Path to additional *deps.json* file.