From eba0d5bfda849b718200bd8b49dd866767b01392 Mon Sep 17 00:00:00 2001 From: John Reese Date: Mon, 6 Jul 2020 10:06:12 -0400 Subject: [PATCH] Update Pull documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58158e2..ffc0cb7 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,10 @@ If desired, you can set a new target in the image manifest by using --target dur ### Pull command -Pulls the source images found in the image manifest. This is useful if you want to perform additional actions on the image(s) before performing a push operation (e.g. scanning for vulnerabilities). +Pulls the source or target images found in the image manifest. Pulling from source can be useful if you want to perform additional actions on the image(s) before performing a push operation (e.g. scanning for vulnerabilities). ```shell -$ sinker pull +$ sinker pull ``` ### List command