From 2a2621750fd9c9ad491ca3f21be27ad2e6ea1410 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 8 Aug 2024 16:51:03 -0400 Subject: [PATCH] Add usage to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 34504e0..4a1d445 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,13 @@ just install it to `~/.local/share/fonts` or whatever and use the script wherever you want. Requires imagemagick and a shell. + +``` +Usage: $name [OPTION]... CAPTION... +Make an iFunny GIF caption. + + -f, --font specify a font to use (default: ifunny.otf) + -i, --input the input file (required) + -o, --output the output file (default: input) + --help display this help and exit +```