aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2018-07-10 05:52:03 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-10 05:53:08 -0700
commitc45606ebc029303f3ef533aeaf8ff9b0406f27d9 (patch)
tree9b8370f85b197d6409ea0e6b3e0ae00c62d824da /tools/build_defs
parent6a0a8de5b17c2ba6e05a61ffbbda357648ffdab4 (diff)
pkg: fix documentation (docker -> archive)
pkg_tar creates an archive, not a docker image. Change-Id: I402bd8fdb67c38cd67a3990b983aa3b6d912da37 PiperOrigin-RevId: 203932291
Diffstat (limited to 'tools/build_defs')
-rw-r--r--tools/build_defs/pkg/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_defs/pkg/README.md b/tools/build_defs/pkg/README.md
index b81865551a..1eb993deb5 100644
--- a/tools/build_defs/pkg/README.md
+++ b/tools/build_defs/pkg/README.md
@@ -162,7 +162,7 @@ Creates a tar file from a list of inputs.
<code>List of files, optional</code>
<p>File to add to the layer.</p>
<p>
- A list of files that should be included in the docker image.
+ A list of files that should be included in the archive.
</p>
</td>
</tr>