Skip to content

Commit e88c3fd

Browse files
committed
Add \ to multi-line pruning cmd
1 parent 2ae01cd commit e88c3fd

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)