convert: Fix help when no rags

This commit is contained in:
tschettervictor
2025-05-14 09:00:08 -06:00
committed by GitHub
parent 7caf3e261b
commit 3972af7716

View File

@@ -76,6 +76,10 @@ while [ "$#" -gt 0 ]; do
esac
done
if [ "$#" -lt 1 ] || [ "$#" -gt 2 ]; then
usage
fi
TARGET="${1}"
CONVERT_RELEASE="${2}"