From d1dab8e02d24fbd7e5d87fbf1b1e6464ddc5dd23 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 19 Dec 2022 00:56:16 -0800 Subject: [PATCH] :pencil2: Fixed help message in gifpress script --- scripts/gifpress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gifpress b/scripts/gifpress index 26c5e34f..069f30cc 100755 --- a/scripts/gifpress +++ b/scripts/gifpress @@ -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