From da2bc7325a8c8c821a35d836230256a9b74e3fb0 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:08:15 -0600 Subject: [PATCH] Update removeBadImages.sh: include timelapse in Usage message --- scripts/removeBadImages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/removeBadImages.sh b/scripts/removeBadImages.sh index 40f3541fa..1176ae876 100755 --- a/scripts/removeBadImages.sh +++ b/scripts/removeBadImages.sh @@ -21,7 +21,8 @@ usage_and_exit() local RET="${1}" { echo - echo "Remove images with corrupt data which might mess up startrails and keograms." + echo "Remove images with corrupt data which might mess up startrails, keograms, and timelapse." + echo [ "${RET}" -ne 0 ] && echo -en "${RED}" echo -n "Usage: ${ME} [--help] [--debug] directory [file]" [ "${RET}" -ne 0 ] && echo -e "${NC}"