From f1cfe8d406f9c2bbae8277a6ef24319b6571f8d4 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 11 Jul 2025 12:00:05 +0200 Subject: [PATCH] Scripts: Refactor dist/heif-convert.sh Signed-off-by: Michael Mayer --- scripts/dist/heif-convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist/heif-convert.sh b/scripts/dist/heif-convert.sh index 56b37575b..598e56a78 100755 --- a/scripts/dist/heif-convert.sh +++ b/scripts/dist/heif-convert.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [[ -z $1 ]] && [[ -z $2 ]]; then - echo "Usage: heif-convert " 1>&2 + echo "Usage: ${0##*/} " 1>&2 exit 1 fi