Skip to content

Commit 4ecafcd

Browse files
skopacz1openshift-cherrypick-robot
authored andcommitted
fixing oc-mirror typo
1 parent e5542a9 commit 4ecafcd

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)