diff --git a/docs/framework/tools/mpgo-exe-managed-profile-guided-optimization-tool.md b/docs/framework/tools/mpgo-exe-managed-profile-guided-optimization-tool.md index 7b6262f8491d9..9e7f2c8e711d8 100644 --- a/docs/framework/tools/mpgo-exe-managed-profile-guided-optimization-tool.md +++ b/docs/framework/tools/mpgo-exe-managed-profile-guided-optimization-tool.md @@ -60,7 +60,7 @@ mpgo -Scenario -AppID -Timeout ## Remarks - You can use both `-AssemblyList` and `- AssemblyListFile` multiple times on the command line. + You can use both `-AssemblyList` and `-AssemblyListFile` multiple times on the command line. If you do not specify full path names when specifying assemblies, Mpgo.exe looks in the current directory. If you specify an incorrect path, Mpgo.exe displays an error message but continues to generate data for other assemblies. If you specify an assembly that is not loaded during the training scenario, no training data is generated for that assembly.