From 4c8809bd323c3493c92bbcd8b2c6a9c10c3ea2b7 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 11 Oct 2023 10:55:26 -0400 Subject: [PATCH] Fixed typos in parameter help (#3589) Signed-off-by: 1000TurquoisePogs --- .dependency/zwe_doc_generation/md-content.js | 2 +- bin/commands/components/search/.parameters | 2 +- bin/commands/components/uninstall/.parameters | 2 +- bin/commands/components/upgrade/.parameters | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.dependency/zwe_doc_generation/md-content.js b/.dependency/zwe_doc_generation/md-content.js index 736cb5f496..bc0e6bd11b 100644 --- a/.dependency/zwe_doc_generation/md-content.js +++ b/.dependency/zwe_doc_generation/md-content.js @@ -46,7 +46,7 @@ function generateDocumentationForNode(curNode, assembledParentNode) { docContent += createDocContent(assembledDocNode[docType.fileName].content, docType); const parentDocContent = createDocContent(assembledDocNode[docType.fileName].parentContent, docType); if (parentDocContent) { - docContent += SUB_SECTION_HEADER_PREFIX + 'Inherited from parent command' + SEPARATOR + parentDocContent; + docContent += SEPARATOR + SUB_SECTION_HEADER_PREFIX + 'Inherited from parent command' + SEPARATOR + parentDocContent; } } diff --git a/bin/commands/components/search/.parameters b/bin/commands/components/search/.parameters index 2d659cee46..d24d7ca8ad 100644 --- a/bin/commands/components/search/.parameters +++ b/bin/commands/components/search/.parameters @@ -1,5 +1,5 @@ component-name,component|o|string|||||Component name to search for. component-id,id|d|string|||||Component id to search for. -registry|r|string|||||Specifies the registry to searh within instead of the default. The registry must be compatible with the manager used. +registry|r|string|||||Specifies the registry to search within instead of the default. The registry must be compatible with the manager used. handler||string|||||Specifies the registry handler name used with the package registry, instead of the default. The handler must be compatible with the registry used. diff --git a/bin/commands/components/uninstall/.parameters b/bin/commands/components/uninstall/.parameters index 38f0184402..d5cc61584c 100644 --- a/bin/commands/components/uninstall/.parameters +++ b/bin/commands/components/uninstall/.parameters @@ -1,4 +1,4 @@ component-name,component|o|string|required||||The name of an installed component. -registry|r|string|||||Specifies the registry to searh within instead of the default. The registry must be compatible with the manager used. +registry|r|string|||||Specifies the registry to search within instead of the default. The registry must be compatible with the manager used. handler||string|||||Specifies the registry handler name used with the package registry, instead of the default. The handler must be compatible with the registry used. dry-run|d|boolean|||||Whether or not to perform the upgrade versus just checking if an upgrade is available \ No newline at end of file diff --git a/bin/commands/components/upgrade/.parameters b/bin/commands/components/upgrade/.parameters index a2556d5830..b1cc825579 100644 --- a/bin/commands/components/upgrade/.parameters +++ b/bin/commands/components/upgrade/.parameters @@ -1,4 +1,4 @@ component-file,component|o|string|required||||Either a path or component name. The path must be to a component package or directory. If a name is specified instead, install checks the zowe package registry. -registry|r|string|||||Specifies the registry to searh within instead of the default. The registry must be compatible with the manager used. +registry|r|string|||||Specifies the registry to search within instead of the default. The registry must be compatible with the manager used. handler||string|||||Specifies the registry handler name used with the package registry, instead of the default. The handler must be compatible with the registry used. dry-run|d|boolean|||||Whether or not to perform the upgrade versus just checking if an upgrade is available \ No newline at end of file