We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca0008 commit f1cfe8dCopy full SHA for f1cfe8d
scripts/dist/heif-convert.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
if [[ -z $1 ]] && [[ -z $2 ]]; then
4
- echo "Usage: heif-convert <filename> <output>" 1>&2
+ echo "Usage: ${0##*/} <filename> <output>" 1>&2
5
exit 1
6
fi
7
0 commit comments