From 55c42642a6cf6fdfa271cb1c64744557207d8a7d Mon Sep 17 00:00:00 2001 From: Ahmed Yahia Date: Fri, 2 Nov 2018 00:42:30 +0200 Subject: [PATCH] Update index.md (#9391) --- aspnetcore/fundamentals/configuration/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/fundamentals/configuration/index.md b/aspnetcore/fundamentals/configuration/index.md index 7678ecc68e..8a2b6577f0 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -386,9 +386,9 @@ Within the same command, don't mix command-line argument key-value pairs that us Example commands: ```console -dotnet run CommandLineKey1=value --CommandLineKey2=value /CommandLineKey3=value -dotnet run --CommandLineKey1 value /CommandLineKey2 value -dotnet run CommandLineKey1= CommandLineKey2=value +dotnet run CommandLineKey1=value1 --CommandLineKey2=value2 /CommandLineKey3=value3 +dotnet run --CommandLineKey1 value1 /CommandLineKey2 value2 +dotnet run CommandLineKey1= CommandLineKey2=value2 ``` ### Switch mappings