From 52b9002ad5668936d41130beccc348ec5d797b85 Mon Sep 17 00:00:00 2001 From: AngelJumbo <31261193+AngelJumbo@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:29:51 -0500 Subject: [PATCH] Update -h option --- lavat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lavat.c b/lavat.c index 4c7889c..8d951db 100644 --- a/lavat.c +++ b/lavat.c @@ -248,8 +248,7 @@ void print_help() { " Only ascii symbols are supported for now, " "wide/unicode chars may appear broken.\n" " -C Retain the entire lava inside the terminal(It may not " - "work well with a lot of balls or with a bigger radius than the default " - "values).\n" + "work well with a lot of balls or with a bigger radius than the default one).\n" " -h Print help.\n" "(Tip: Zoom out in your terminal before running the program to get a " "better resolution of the lava).\n");