Skip to content

Commit 180bec1

Browse files
brennemorefack
authored andcommitted
build: add lint option to vcbuild.bat help
PR-URL: #11992 Fixes: #11971 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 78efc8c commit 180bec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ echo Failed to create vc project files.
414414
goto exit
415415

416416
:help
417-
echo vcbuild.bat [debug/release] [msi] [test-all/test-uv/test-inspector/test-internet/test-pummel/test-simple/test-message] [clean] [noprojgen] [small-icu/full-icu/without-intl] [nobuild] [nosign] [x86/x64] [vc2015] [download-all] [enable-vtune]
417+
echo vcbuild.bat [debug/release] [msi] [test-all/test-uv/test-inspector/test-internet/test-pummel/test-simple/test-message] [clean] [noprojgen] [small-icu/full-icu/without-intl] [nobuild] [nosign] [x86/x64] [vc2015] [download-all] [enable-vtune] [lint/lint-ci]
418418
echo Examples:
419419
echo vcbuild.bat : builds release build
420420
echo vcbuild.bat debug : builds debug build

0 commit comments

Comments
 (0)