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"