Skip to content

Commit ab470d6

Browse files
committed
Adds options for cpp linting to help section of Windows build script
Fixes: nodejs#11971
1 parent 81ab78e commit ab470d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ echo Failed to create vc project files.
417417
goto exit
418418

419419
:help
420-
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] [sign] [x86/x64] [vc2015] [download-all] [enable-vtune]
420+
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] [sign] [x86/x64] [vc2015] [download-all] [enable-vtune] [lint/lint-ci]
421421
echo Examples:
422422
echo vcbuild.bat : builds release build
423423
echo vcbuild.bat debug : builds debug build

0 commit comments

Comments
 (0)