From 17c79557bce8f7160cbc50d945cd67472ac76f3a Mon Sep 17 00:00:00 2001 From: Angel Jumbo Date: Thu, 10 Nov 2022 23:24:11 -0500 Subject: [PATCH] Updated -h option --- lavat.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lavat.c b/lavat.c index 07f8a39..b4b4390 100644 --- a/lavat.c +++ b/lavat.c @@ -255,10 +255,13 @@ void print_help() { "(default: 5)\n" " -R Set a rim for each metaball, sizes from 1 to 5." "(default: none)\n" + " This option does not work with the default " + "color\n" + + " If you use Kitty or Alacritty you must use it " + "with the -k option to see the rim.\n" " -k Set the color of the rim if there is one." " Available colours: red, blue, yellow, green, cyan and magenta. \n" - " This option does not work with the default " - "color.\n" " -b Set the number of metaballs in the simulation, " "from 2 to 20. (default: 10)\n" " -F Allows for a custom set of chars to be used\n"