bro
This commit is contained in:
@@ -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 <stdlib.h>
|
||||
#include <unistd.h>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user