From c9e0773e847ea7a3a13797e74d06ad1431d3e412 Mon Sep 17 00:00:00 2001 From: tema5002 Date: Mon, 25 May 2026 22:15:39 +0200 Subject: [PATCH] bro --- fastfetch_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastfetch_server.c b/fastfetch_server.c index a0765d7..0071ec5 100644 --- a/fastfetch_server.c +++ b/fastfetch_server.c @@ -1,4 +1,4 @@ -// gcc fastfetch_server.c -o fastfetch_server -O3 -lpthread +// gcc fastfetch_server.c -o fastfetch_server -O3 -Wall -Wextra -lpthread #include #include #include @@ -140,7 +140,7 @@ int main(int argc, char *argv[]) { "\t port (optional)\n" "\t --addr expects an address in an IPv4 or IPv6 format\n" "\t --window sets a rate limit delay in seconds\n" - "\t --ratelimit sets the rate limit amount" + "\t --ratelimit sets the rate limit amount\n" "\t --hyfetch uses hyfetch with fastfetch backend instead of fastfetch\n" "\t port specifies the port, 80 by default, might need superuser for\n" "\t ports below 1024\n"