Capitalize GIF

This commit is contained in:
Sasha Koshka 2024-08-08 16:49:18 -04:00
parent d929a0a0ec
commit e528d23da4

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# gifcap: Make an iFunny gif caption # gifcap: Make an iFunny GIF caption
# Copyright (C) 2024 Sasha Koshka (pseudonymous) # Copyright (C) 2024 Sasha Koshka (pseudonymous)
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
@ -24,7 +24,7 @@ caption=""
usage () { usage () {
echo "Usage: $name [OPTION]... CAPTION..." echo "Usage: $name [OPTION]... CAPTION..."
echo "Make an iFunny gif caption." echo "Make an iFunny GIF caption."
echo "" echo ""
echo " -f, --font specify a font to use (default: ifunny.otf)" echo " -f, --font specify a font to use (default: ifunny.otf)"
echo " -i, --input the input file (required)" echo " -i, --input the input file (required)"