From d04c2c7357fae1245f414f8c14ed7cfcd893a758 Mon Sep 17 00:00:00 2001 From: Ahmed Yahia Date: Thu, 1 Nov 2018 23:51:29 +0200 Subject: [PATCH] Update index.md (#9385) --- aspnetcore/fundamentals/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/configuration/index.md b/aspnetcore/fundamentals/configuration/index.md index 4098a97c3a..7678ecc68e 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -386,7 +386,7 @@ Within the same command, don't mix command-line argument key-value pairs that us Example commands: ```console -dotnet run CommandLineKey1=value --CommandLineKey2=value /CommandLineKey2=value +dotnet run CommandLineKey1=value --CommandLineKey2=value /CommandLineKey3=value dotnet run --CommandLineKey1 value /CommandLineKey2 value dotnet run CommandLineKey1= CommandLineKey2=value ```