Update diff-image.sh

This commit is contained in:
Shiming Zhang 2021-09-16 14:39:02 +08:00 committed by GitHub
parent 01cce8a734
commit bfd852f02c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ function check() {
echo " DEBUG=true # Output more information that is out of sync"
echo " INCREMENTAL=true # Allow image2 to have more tags than image1"
echo " QUICKLY=true # Compare only tags that are in both images"
echo " EXCLUDED=true # Exclude tags that do not need to be checked"
echo " EXCLUDED=<pattern> # Exclude tags that do not need to be checked"
return 2
fi