Skip to content

Commit b49ea0a

Browse files
ksalihuBuqeta
andauthored
Update src/commands/configuration-management/module.ts
Co-authored-by: Buqeta <[email protected]>
1 parent 2f60ce1 commit b49ea0a

File tree

1 file changed

+1
-1
lines changed
  • src/commands/configuration-management

1 file changed

+1
-1
lines changed

src/commands/configuration-management/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class Module extends IModule {
120120
.description("List dependencies of a specific node in a package")
121121
.requiredOption("--packageKey <packageKey>", "Identifier of the package")
122122
.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")
123+
.option("--packageVersion <packageVersion>", "Version of the package. If not sent, the staging state of the package will be used.")
124124
.option("--json", "Return the response as a JSON file")
125125
.action(this.listNodeDependencies);
126126

0 commit comments

Comments
 (0)