Skip to content

Commit 2b01a90

Browse files
chrmartimr-brobot
andauthored
Apply suggestion from @mr-brobot
Co-authored-by: Josh Wiley <[email protected]>
1 parent 4cd749d commit 2b01a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spec-node/featuresCLI/resolveDependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function featuresResolveDependenciesOptions(y: Argv) {
3030
return y
3131
.options({
3232
'log-level': { choices: ['error' as 'error', 'info' as 'info', 'debug' as 'debug', 'trace' as 'trace'], default: 'error' as 'error', description: 'Log level.' },
33-
'workspace-folder': { type: 'string', description: 'Workspace folder to use for the configuration.If --workspace-folder is not provided, this defaults to the current directory' },
33+
'workspace-folder': { type: 'string', description: 'Workspace folder to use for the configuration. If --workspace-folder is not provided, this defaults to the current directory' },
3434
});
3535
}
3636

0 commit comments

Comments
 (0)