Skip to content

Commit

Permalink
Merge pull request #4041 from AllskyTeam/Fix-Usage-message
Browse files Browse the repository at this point in the history
Update removeBadImages.sh: include timelapse in Usage message
  • Loading branch information
Alex-developer authored Dec 9, 2024
2 parents c29c9bc + da2bc73 commit 6399453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/removeBadImages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 6399453

Please sign in to comment.