diff --git a/docs/compilers/CSharp/CommandLine.md b/docs/compilers/CSharp/CommandLine.md index 354bdfed8b3fe5dc4b56b4c35465ad017d70e7c7..b9d175c5f58c822d3008cd5cf412e9733ddd61d8 100644 --- a/docs/compilers/CSharp/CommandLine.md +++ b/docs/compilers/CSharp/CommandLine.md @@ -37,7 +37,7 @@ | `/sourcelink`:*file* | [Source link](https://github.com/dotnet/core/blob/master/Documentation/diagnostics/source_link.md) info to embed into PDB. | `/optimize`{`+`|`-`} | Enable optimizations (Short form: `/o`) | `/deterministic` | Produce a deterministic assembly (including module version GUID and timestamp) -| `/refonly | Produce a reference assembly, instead of a full assembly, as the primary output +| `/refonly` | Produce a reference assembly, instead of a full assembly, as the primary output | **ERRORS AND WARNINGS** | `/warnaserror`{`+`|`-`} | Report all warnings as errors | `/warnaserror`{`+`|`-`}`:`*warn list* | Report specific warnings as errors