Skip to content

Commit 7ae5234

Browse files
committed
SP-355: Adjust wording to be consistent
1 parent 6e05883 commit 7ae5234

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/commands/configuration-management

src/commands/configuration-management/module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ class Module extends IModule {
110110
.requiredOption("--packageKey <packageKey>", "Identifier of the package")
111111
.requiredOption("--nodeKey <nodeKey>", "Identifier of the node")
112112
.requiredOption("--baseVersion <baseVersion>", "Base version of the node")
113-
.option("--compareVersion <compareVersion>", "Compare version of the node. Mutually exclusive with --file (exactly one required).")
114-
.option("-f, --file <file>", "Local node JSON file to diff against the base version. Mutually exclusive with --compareVersion (exactly one required).")
113+
.option("--compareVersion <compareVersion>", "Compare version of the node, mutually exclusive with --file (exactly one required)")
114+
.option("-f, --file <file>", "Local node JSON file to diff against the base version, mutually exclusive with --compareVersion (exactly one required)")
115115
.option("--json", "Return the response as a JSON file")
116116
.action(this.diffNode);
117117

0 commit comments

Comments
 (0)