From 3303421e0908ed3f0f61738d828392a81236c46c Mon Sep 17 00:00:00 2001 From: tema5002 Date: Mon, 25 May 2026 22:10:40 +0200 Subject: [PATCH] last commit i swear --- fastfetch_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch_server.c b/fastfetch_server.c index 207f86b..8a54a23 100644 --- a/fastfetch_server.c +++ b/fastfetch_server.c @@ -143,7 +143,7 @@ int main(int argc, char *argv[]) { "\t --ratelimit sets the rate limit amount" "\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" + "\t ports below 1024\n" "get latest version with:\n" "\t wget https://gitea.codersquack.nl/tema5002/.profile/raw/branch/main/fastfetch_server.c\n" "\t gcc fastfetch_server.c -o fastfetch_server -O3 -Wall -Wextra -lpthread\n"