Skip to content

Commit 2f3066b

Browse files
committed
cleanup
1 parent 075e0be commit 2f3066b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/build/reference/experimental-log.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified
1212
## Syntax
1313

1414
> **`/experimental:log`** *filename*
15-
1615
> **`/experimental:log`** *directoryname\\
1716
1817
## Arguments
@@ -21,7 +20,7 @@ Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified
2120

2221
The output file for SARIF diagnostics. The compiler automatically adds the `.sarif` extension to *filename*. The space between `/experimental:log` and *filename* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.
2322

24-
*directoryname`\`*
23+
*directoryname\\*
2524

2625
The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). Remember to add the trailing backslash (`\`) to indicate it's a directory. Each source file name forms the base name for each SARIF file saved in the directory. The compiler automatically adds the `.sarif` extension to each file name. The space between `/experimental:log` and *directoryname\\* is optional. Use double quotes around paths containing spaces. Both relative and absolute paths are supported.
2726

0 commit comments

Comments
 (0)