Skip to content

Commit d42d2f3

Browse files
authored
Merge pull request #89468 from openshift-cherrypick-robot/cherry-pick-89464-to-enterprise-4.17
[enterprise-4.17] fixing oc-mirror typo
2 parents e5542a9 + 4ecafcd commit d42d2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/microshift-oc-mirror-creating-imageset-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Do not delete or modify the metadata that is generated by the oc-mirror plugin.
2626
--
2727
[source,terminal]
2828
----
29-
$ oc mirror init <--registry <storage_backend> > imageset-config.yaml <1>
29+
$ oc mirror init --registry <storage_backend> > imageset-config.yaml <1>
3030
----
3131
<1> Specifies the location of your storage backend, such as `example.com/mirror/oc-mirror-metadata`.
3232
--

modules/oc-mirror-creating-image-set-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Do not delete or modify the metadata that is generated by the oc-mirror plugin.
2626
+
2727
[source,terminal]
2828
----
29-
$ oc mirror init <--registry <storage_backend> > imageset-config.yaml <1>
29+
$ oc mirror init --registry <storage_backend> > imageset-config.yaml <1>
3030
----
3131
<1> Specifies the location of your storage backend, such as `example.com/mirror/oc-mirror-metadata`.
3232

0 commit comments

Comments
 (0)