We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f60ce1 commit b49ea0aCopy full SHA for b49ea0a
src/commands/configuration-management/module.ts
@@ -120,7 +120,7 @@ class Module extends IModule {
120
.description("List dependencies of a specific node in a package")
121
.requiredOption("--packageKey <packageKey>", "Identifier of the package")
122
.requiredOption("--nodeKey <nodeKey>", "Identifier of the node")
123
- .option("--packageVersion <packageVersion>", "Version of the package. If not sent the staging state of the package will be used")
+ .option("--packageVersion <packageVersion>", "Version of the package. If not sent, the staging state of the package will be used.")
124
.option("--json", "Return the response as a JSON file")
125
.action(this.listNodeDependencies);
126
0 commit comments