Skip to content

Commit 9d09ac3

Browse files
authored
Merge pull request #58867 from xenolinux/add-hyphen
OCPBUGS#11627: Add hyphen for namespace parameter
2 parents c4ccd30 + 54854d1 commit 9d09ac3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

modules/osdk-cli-ref-cleanup.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// * cli_reference/osdk/cli-osdk-ref.adoc
44
// * operators/operator_sdk/osdk-cli-ref.adoc
55

6+
:_content-type: REFERENCE
67
[id="osdk-cli-ref-cleanup_{context}"]
78
= cleanup
89

@@ -19,7 +20,7 @@ The `operator-sdk cleanup` command destroys and removes resources that were crea
1920
|`--kubeconfig` (string)
2021
|Path to the `kubeconfig` file to use for CLI requests.
2122

22-
|`n`, `--namespace` (string)
23+
|`-n`, `--namespace` (string)
2324
|If present, namespace in which to run the CLI request.
2425

2526
|`--timeout <duration>`

modules/osdk-cli-ref-run-bundle-upgrade.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// * cli_reference/osdk/cli-osdk-ref.adoc
44
// * operators/operator_sdk/osdk-cli-ref.adoc
55

6+
:_content-type: REFERENCE
67
[id="osdk-cli-ref-run-bundle-upgrade_{context}"]
78
= bundle-upgrade
89

@@ -19,7 +20,7 @@ The `run bundle-upgrade` subcommand upgrades an Operator that was previously ins
1920
|`--kubeconfig` (string)
2021
|Path to the `kubeconfig` file to use for CLI requests.
2122

22-
|`n`, `--namespace` (string)
23+
|`-n`, `--namespace` (string)
2324
|If present, namespace in which to run the CLI request.
2425

2526
|`-h`, `--help`

modules/osdk-cli-ref-run-bundle.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// * cli_reference/osdk/cli-osdk-ref.adoc
44
// * operators/operator_sdk/osdk-cli-ref.adoc
55

6+
:_content-type: REFERENCE
67
[id="osdk-cli-ref-run-bundle_{context}"]
78
= bundle
89

@@ -25,7 +26,7 @@ The `run bundle` subcommand deploys an Operator in the bundle format with Operat
2526
|`--kubeconfig` (string)
2627
|Path to the `kubeconfig` file to use for CLI requests.
2728

28-
|`n`, `--namespace` (string)
29+
|`-n`, `--namespace` (string)
2930
|If present, namespace in which to run the CLI request.
3031

3132
|`-h`, `--help`

0 commit comments

Comments
 (0)