Update index.md (#9391)

pull/9395/head
Ahmed Yahia 2018-11-02 00:42:30 +02:00 committed by Luke Latham
parent d04c2c7357
commit 55c42642a6
1 changed files with 3 additions and 3 deletions

View File

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