Skip to content

Commit 8dd4472

Browse files
committed
Generated changes
1 parent 71f40da commit 8dd4472

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/generated/oc_by_example_content.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2948,7 +2948,7 @@ Tag existing images into image streams
29482948
# Tag an external Docker image.
29492949
oc tag --source=docker openshift/origin:latest yourproject/ruby:tip
29502950
2951-
# Tag an external Docker image and request pull-trough for it.
2951+
# Tag an external Docker image and request pullthrough for it.
29522952
oc tag --source=docker openshift/origin:latest yourproject/ruby:tip --reference-policy=local
29532953
29542954

docs/man/man1/oc-tag.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
4141

4242
.PP
4343
\fB\-\-reference\-policy\fP="source"
44-
Allow to request pull\-trough for external image when set to 'local'. Defaults to 'source'.
44+
Allow to request pullthrough for external image when set to 'local'. Defaults to 'source'.
4545

4646
.PP
4747
\fB\-\-scheduled\fP=false
@@ -140,7 +140,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
140140
# Tag an external Docker image.
141141
oc tag \-\-source=docker openshift/origin:latest yourproject/ruby:tip
142142

143-
# Tag an external Docker image and request pull\-trough for it.
143+
# Tag an external Docker image and request pullthrough for it.
144144
oc tag \-\-source=docker openshift/origin:latest yourproject/ruby:tip \-\-reference\-policy=local
145145

146146

docs/man/man1/openshift-cli-tag.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
4141

4242
.PP
4343
\fB\-\-reference\-policy\fP="source"
44-
Allow to request pull\-trough for external image when set to 'local'. Defaults to 'source'.
44+
Allow to request pullthrough for external image when set to 'local'. Defaults to 'source'.
4545

4646
.PP
4747
\fB\-\-scheduled\fP=false
@@ -140,7 +140,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
140140
# Tag an external Docker image.
141141
openshift cli tag \-\-source=docker openshift/origin:latest yourproject/ruby:tip
142142

143-
# Tag an external Docker image and request pull\-trough for it.
143+
# Tag an external Docker image and request pullthrough for it.
144144
openshift cli tag \-\-source=docker openshift/origin:latest yourproject/ruby:tip \-\-reference\-policy=local
145145

146146

0 commit comments

Comments
 (0)