Skip to content

Commit f3452e3

Browse files
committed
refactor: help flag description
1 parent 07f7114 commit f3452e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.suite-cli/cli/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ program
4040
.command('install')
4141
.description('Installs dependencies at given workspace. If not specified workspace defaults to "microservices"')
4242
.requiredOption('-n, --workspace-name <name>', 'Name of the workspace where to install dependencies')
43-
.option('-d, --workspace-directory <directory>', 'Name of the workspace where to install dependencies', 'microservices')
43+
.option('-d, --workspace-directory <directory>', 'Name of the directory where to install dependencies', 'microservices')
4444
.argument('<packages...>', 'Space-separated list of packages to install')
4545
.action(async (packages, options) => await actionHandlers.installDepsAtWorkspace({ packages, options }));
4646
program

0 commit comments

Comments
 (0)