Skip to content

Commit 10e132f

Browse files
[csc.exe cmd line - "response" file] Extra '-' character (#33544)
* [csc.exe cmd line "response" file] extra '-' character When specifying a "response" (input) file for `csc.exe` with the `@` character, there mustn't be a dash in front * Update miscellaneous.md elaborate. * Update miscellaneous.md fidgeting
1 parent 4cd2612 commit 10e132f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/csharp/language-reference/compiler-options/miscellaneous.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ helpviewer_keywords:
1111
---
1212
# Miscellaneous C# Compiler Options
1313

14-
The following options control miscellaneous compiler behavior. The new MSBuild syntax is shown in **Bold**. The older *csc.exe* syntax is shown in `code style`.
14+
The following options control miscellaneous compiler behavior. The new MSBuild syntax is shown in **Bold**. The older *csc.exe* command-line syntax is shown in `code style`.
1515

16-
- **ResponseFiles** / `-@`: Read response file for more options.
16+
- **ResponseFiles** / <code>@*CustomOpts.RSP*</code> : Read the specified response file for more options.
1717
- **NoLogo** / `-nologo` : Suppress compiler copyright message.
18-
- **NoConfig** / `-noconfig`: Don't auto include *CSC.RSP* file.
18+
- **NoConfig** / `-noconfig` : Don't auto include *CSC.RSP* file.
1919

2020
## ResponseFiles
2121

0 commit comments

Comments
 (0)