Update index.md (#9385)

pull/9391/head
Ahmed Yahia 2018-11-01 23:51:29 +02:00 committed by Luke Latham
parent 125029d646
commit d04c2c7357
1 changed files with 1 additions and 1 deletions

View File

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