Skip to content

Commit fc5e5f6

Browse files
authored
Merge pull request #89464 from skopacz1/oc-mirror-typo
fixing oc-mirror typo
2 parents 52c46ef + c9027bc commit fc5e5f6

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)