From 6a6980c580cbbd216828ec5346c63a38d2df76e3 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Wed, 15 Sep 2021 11:37:02 +0800 Subject: [PATCH] Update usage --- scripts/diff-image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/diff-image.sh b/scripts/diff-image.sh index 74a4297..8c081a2 100755 --- a/scripts/diff-image.sh +++ b/scripts/diff-image.sh @@ -34,6 +34,8 @@ function check() { 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" return 2 fi