✏️ Fixed help message in gifpress script

This commit is contained in:
z3rOR0ne 2022-12-19 00:56:16 -08:00
parent 6535d5d996
commit d1dab8e02d

View file

@ -7,7 +7,7 @@ usage: gifpress input.gif width height\n"
fi
if ! command -v gifsicle &> /dev/null ; then
echo "gifpress not installed!"
echo "gifsicle not installed!"
exit 1
fi