Skip to content

Commit

Permalink
Changes as per feedback from Rinat
Browse files Browse the repository at this point in the history
  • Loading branch information
yolih committed Nov 27, 2024
1 parent 27ff515 commit 6994bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/vip-validate-preflight.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,12 +588,12 @@ const usage = 'vip validate preflight';
command( { commandOpts, usage } )
.option(
'verbose',
'Increase logging level to include app build and server boot up messages. Outputs rows to the console as they are generated.',
'Increase logging level to include app build and server boot up messages.',
false
)
.option(
'node-version',
`Set a version of Node.JS for the tests. Accepts semver format (MAJOR.MINOR.PATCH) or a MAJOR (${ ALLOWED_NODEJS_VERSIONS.join(
`Set a version of Node.js for the tests. Accepts semver format (MAJOR.MINOR.PATCH) or a MAJOR (${ ALLOWED_NODEJS_VERSIONS.join(
', '
) }).`
)
Expand Down

0 comments on commit 6994bf0

Please sign in to comment.