diff --git a/docs/msbuild/msbuild-command-line-reference.md b/docs/msbuild/msbuild-command-line-reference.md
index 951ed0c056e..2dd9e8a0bb0 100644
--- a/docs/msbuild/msbuild-command-line-reference.md
+++ b/docs/msbuild/msbuild-command-line-reference.md
@@ -78,7 +78,7 @@ Square brackets `[]` indicate optional parts, and curly braces `{}`indicate user
|Switch|Description|
|------------|-----------------|
-|`-binaryLogger[:[LogFile=]{output.binlog}`
`[;ProjectImports=None`,`Embed`,`ZipFile]]`
`-bl[:[LogFile=]{output.binlog}`
`[;ProjectImports=None`,`Embed`,`ZipFile]]`|Serializes all build events to a compressed binary file. By default the file is in the current directory and named *msbuild.binlog*. The binary log is a detailed description of the build process that can later be used to reconstruct text logs and used by other analysis tools. A binary log is usually 10-20x smaller than the most detailed text diagnostic-level log, but it contains more information.
The binary logger by default collects the source text of project files, including all imported projects and target files encountered during the build. The optional `ProjectImports` parameter controls this behavior:
- **ProjectImports=None**. Don't collect the project imports.
- **ProjectImports=Embed**. Embed project imports in the log file (default).
- **ProjectImports=ZipFile**. Save project files to *{output}.projectimports.zip* where \