mirror of
https://github.com/AngelJumbo/lavat.git
synced 2024-11-16 04:36:40 +00:00
typo
This commit is contained in:
parent
c43c401594
commit
3e5a023ee8
@ -31,7 +31,6 @@ OPTIONS:
|
||||
If you use Kitty or Alacritty you must use it with the -k option to see the rim.
|
||||
-k <COLOR> Set the color of the rim if there is one. Available colours: red, blue, yellow, green, cyan and magenta.
|
||||
-b <NBALLS> 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 <CHARS> 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.
|
||||
|
11
lavat.c
11
lavat.c
@ -362,9 +362,6 @@ void print_help() {
|
||||
" Available colours: red, blue, yellow, green, cyan and magenta. \n"
|
||||
" -b <NBALLS> 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 <CHARS> 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",
|
||||
|
Loading…
Reference in New Issue
Block a user