✏️ Fixed help message in gifpress script
This commit is contained in:
parent
6535d5d996
commit
d1dab8e02d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ usage: gifpress input.gif width height\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v gifsicle &> /dev/null ; then
|
if ! command -v gifsicle &> /dev/null ; then
|
||||||
echo "gifpress not installed!"
|
echo "gifsicle not installed!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue