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)"