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"