Fix the dotnet-new README.md (#2891)

Remove the `--type` additional options that are not valid. 

skip ci please

Fix #2867
This commit is contained in:
Zlatko Knezevic 2016-05-04 15:43:34 -07:00
parent f0018642a9
commit ca554c9838

View file

@ -29,7 +29,7 @@ Language of project. Defaults to `C##`. Also `csharp` ( `fsharp` ) or `cs` ( `fs
`-t`, `--type`
Type of the project. Valid values are "console" (default), "lib" and "xunittest"
Type of the project. Valid value is "console".
## EXAMPLES