mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Scripts: Refactor dist/heif-convert.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
aca000854c
commit
f1cfe8d406
1 changed files with 1 additions and 1 deletions
2
scripts/dist/heif-convert.sh
vendored
2
scripts/dist/heif-convert.sh
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue