This commit is contained in:
2026-05-25 22:15:39 +02:00
parent 7e4124541f
commit c9e0773e84

View File

@@ -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 <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
@@ -140,7 +140,7 @@ int main(int argc, char *argv[]) {
"\t port (optional)\n" "\t port (optional)\n"
"\t --addr expects an address in an IPv4 or IPv6 format\n" "\t --addr expects an address in an IPv4 or IPv6 format\n"
"\t --window sets a rate limit delay in seconds\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 --hyfetch uses hyfetch with fastfetch backend instead of fastfetch\n"
"\t port specifies the port, 80 by default, might need superuser for\n" "\t port specifies the port, 80 by default, might need superuser for\n"
"\t ports below 1024\n" "\t ports below 1024\n"