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 ```