Scripts: Refactor dist/heif-convert.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-07-11 12:00:05 +02:00
parent aca000854c
commit f1cfe8d406

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [[ -z $1 ]] && [[ -z $2 ]]; then
echo "Usage: heif-convert <filename> <output>" 1>&2
echo "Usage: ${0##*/} <filename> <output>" 1>&2
exit 1
fi