Просмотр исходного кода

vswhere: remove invalid quotes in example (#7520)

Amin Yahyaabadi 3 лет назад
Родитель
Сommit
5e84bc97da
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/windows/vswhere.md

+ 1 - 1
pages/windows/vswhere.md

@@ -5,7 +5,7 @@
 
 - Find the path of vcvarsall.bat to set environment variables:
 
-`vswhere -products * -latest -prerelease -find "**/VC/Auxiliary/Build/vcvarsall.bat"`
+`vswhere -products * -latest -prerelease -find **/VC/Auxiliary/Build/vcvarsall.bat`
 
 - Find the directory of the x64 MSVC compiler (cl.exe, etc):