Skip to content

Commit 389768a

Browse files
Merge pull request #103549 from xenolinux/14478-main
OSDOCS#14478: Fix oc-mirror command syntax
2 parents 5e1a73c + ec101a4 commit 389768a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/oc-mirror-procedure-delete-v2.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When deleting images, specify the correct workspace directory. Modify or delete
7575
+
7676
[source,terminal]
7777
----
78-
$ oc mirror delete --v2 --delete-yaml-file <previously_mirrored_work_folder>/working-dir/delete/delete-images.yaml docker://<remote_registry>
78+
$ oc-mirror delete --v2 --delete-yaml-file <previously_mirrored_work_folder>/working-dir/delete/delete-images.yaml docker://<remote_registry>
7979
----
8080
+
8181
where:
@@ -86,4 +86,4 @@ where:
8686
[IMPORTANT]
8787
====
8888
When using the mirror-to-mirror method to mirror images, images are not cached locally, so you cannot delete images from a local cache.
89-
====
89+
====

0 commit comments

Comments
 (0)