Un fork de lavat pour pouvoir y ajouter des titres - retour accueil
git clone git://bebou.netlib.re/lavat
Log | Files | Refs | README | LICENSE |
commit 3835caeb84151b48893ae49189b5a80f029f310f parent 37d7c324dfd90d613378b2543c65912adf62f4cd Auteurice: AngelJumbo <31261193+AngelJumbo@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:55:02 -0500 Fix typo Diffstat:
M | lavat.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lavat.c b/lavat.c @@ -209,7 +209,7 @@ int parse_options(int argc, char *argv[]) { void print_help() { printf( - "Usage: lavaterm [OPTIONS]\n" + "Usage: lavat [OPTIONS]\n" "OPTIONS:\n" " -c COLOR Set color. Available colours: red, blue, yellow, " "green, cyan and magenta. \n"