Skip to content

Commit f1cfe8d

Browse files
committed
Scripts: Refactor dist/heif-convert.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent aca0008 commit f1cfe8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist/heif-convert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [[ -z $1 ]] && [[ -z $2 ]]; then
4-
echo "Usage: heif-convert <filename> <output>" 1>&2
4+
echo "Usage: ${0##*/} <filename> <output>" 1>&2
55
exit 1
66
fi
77

0 commit comments

Comments
 (0)