We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeb1a2 commit 300f228Copy full SHA for 300f228
tools/msvs/install_tools/install_tools.bat
@@ -28,7 +28,7 @@ echo Your computer may REBOOT SEVERAL TIMES WITHOUT FURTHER WARNING.
28
echo Please type YES followed by enter to confirm that you have saved all your
29
set /p "ACCEPT_PROMPT=work and closed all open programs: "
30
if /i not "%ACCEPT_PROMPT%"=="yes" (
31
- echo Please type YES or close the window to exit.
+ echo Please type YES to confirm, or close the window to exit.
32
goto acceptretry
33
)
34
0 commit comments