Skip to content

Commit

Permalink
Update Pull documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese committed Jul 6, 2020
1 parent cdb47f0 commit eba0d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <source|target>
```

### List command
Expand Down

0 comments on commit eba0d5b

Please sign in to comment.