Skip to content

Commit 4e1eb7c

Browse files
committed
explain parameter better
1 parent ab4c3db commit 4e1eb7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/build/reference/experimental-log.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ Output [SARIF](https://sarifweb.azurewebsites.net/) diagnostics to the specified
1818

1919
*filename*
2020

21-
Specifies the output path 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.
21+
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.
2222

23-
Specify a directory name (for example, `/experimental:log sarif_output\`) to output SARIF files for each source file to that directory, using the source file name as the base name for each SARIF file.
23+
*directoryname\*
24+
25+
The output directory for SARIF diagnostics (for example, `/experimental:log sarif_output\`). 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.
2426

2527
## Remarks
2628

0 commit comments

Comments
 (0)