From bfd852f02cc8f9015c5fff86c5b9e5fed2dbd2df Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Thu, 16 Sep 2021 14:39:02 +0800 Subject: [PATCH] Update diff-image.sh --- scripts/diff-image.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/diff-image.sh b/scripts/diff-image.sh index b105061..76cab78 100755 --- a/scripts/diff-image.sh +++ b/scripts/diff-image.sh @@ -32,10 +32,10 @@ function check() { echo " ${SELF}: " echo " ${SELF}: " echo "Env:" - 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 " 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= # Exclude tags that do not need to be checked" return 2 fi