From 3e5a023ee801783443ebf13ccbda0ed7903b9fec Mon Sep 17 00:00:00 2001 From: AngelJumbo Date: Sat, 14 Jan 2023 11:48:37 -0500 Subject: [PATCH] typo --- README.md | 1 - lavat.c | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 122dbeb..69c44c3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ OPTIONS: If you use Kitty or Alacritty you must use it with the -k option to see the rim. -k Set the color of the rim if there is one. Available colours: red, blue, yellow, green, cyan and magenta. -b Set the number of metaballs in the simulation, from 5 to 20. (default: 10) - Increase or decrease the number of balls in runtime with the m and l keys. -F Allows for a custom set of chars to be used Only ascii symbols are supported for now, wide/unicode chars may appear broken. -C Retain the entire lava inside the terminal. diff --git a/lavat.c b/lavat.c index 9dade64..7da8c17 100644 --- a/lavat.c +++ b/lavat.c @@ -362,9 +362,6 @@ void print_help() { " Available colours: red, blue, yellow, green, cyan and magenta. \n" " -b Set the number of metaballs in the simulation, " "from %i to %i. (default: 10)\n" - " Increase or decrease the number of balls in run" - - "time with the m and l keys.\n" " -F Allows for a custom set of chars to be used\n" " Only ascii symbols are supported for now, " "wide/unicode chars may appear broken.\n" @@ -373,13 +370,13 @@ void print_help() { " a bigger radius than the default one.\n" " -h Print help.\n" "RUNTIME CONTROLS:\n" - " i Icrease radius of the metaballs.\n" + " i Increase radius of the metaballs.\n" " d Decrease radius of the metaballs.\n" - " shift i Icrease rim of the metaballs.\n" + " shift i Increase rim of the metaballs.\n" " shift d Decrease rim of the metaballs.\n" - " m Icrease the number of metaballs.\n" + " m Increase the number of metaballs.\n" " l Decrease the number metaballs.\n" - " + Icrease speed.\n" + " + Increase speed.\n" " - Decrease speed.\n" "(Tip: Zoom out in your terminal before running the program to get a " "better resolution of the lava).\n",