Skip to content

Commit

Permalink
Update parameter description of -v --visualstudio to include all vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
MoritzBrueckner committed Sep 24, 2022
1 parent c556aaf commit 96e5ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion out/khamake.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/khamake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ let options: Array<any> = [
{
full: 'visualstudio',
short: 'v',
description: 'Version of Visual Studio to use. Possible parameters are vs2010, vs2012, vs2013 and vs2015.',
description: 'Version of Visual Studio to use. Possible parameters are vs2010, vs2012, vs2013, vs2015, vs2017, vs2019 and vs2022.',
value: true,
default: VisualStudioVersion.VS2022
},
Expand Down

0 comments on commit 96e5ca6

Please sign in to comment.