From e528d23da42ec0f5fbfaf654b46a06207e997231 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 8 Aug 2024 16:49:18 -0400 Subject: [PATCH] Capitalize GIF --- gifcap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gifcap.sh b/gifcap.sh index b1897b4..66fea97 100755 --- a/gifcap.sh +++ b/gifcap.sh @@ -1,6 +1,6 @@ #!/bin/sh -# gifcap: Make an iFunny gif caption +# gifcap: Make an iFunny GIF caption # Copyright (C) 2024 Sasha Koshka (pseudonymous) # # This program is free software: you can redistribute it and/or modify @@ -24,7 +24,7 @@ caption="" usage () { echo "Usage: $name [OPTION]... CAPTION..." - echo "Make an iFunny gif caption." + echo "Make an iFunny GIF caption." echo "" echo " -f, --font specify a font to use (default: ifunny.otf)" echo " -i, --input the input file (required)"