Skip to content

Commit 19d463e

Browse files
authored
Merge pull request #30132 from adellape/pruning_multiline
Add \ to multi-line pruning cmd
2 parents b2d129f + e88c3fd commit 19d463e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/olm-pruning-index-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ grpcurl -plaintext localhost:50051 api.Registry/ListPackages > packages.out
122122
$ opm index prune \
123123
-f {index-image-pullspec} \// <1>
124124
-p {package1},{package2},{package3} \// <2>
125-
-t <target_registry>:<port>/<namespace>/{index-image} <3>
125+
-t <target_registry>:<port>/<namespace>/{index-image} \// <3>
126126
-i registry.redhat.io/openshift4/ose-operator-registry/{index-image} <4>
127127
----
128128
<1> Index to prune.

0 commit comments

Comments
 (0)