From 049bed555ed4cb1036389da36efaa8de90f4ada0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 19 Mar 2024 21:13:23 +0300 Subject: [PATCH] engine: host: fit -help into 80 columns terminal --- engine/common/host.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/engine/common/host.c b/engine/common/host.c index 625ca656..0f6f8247 100644 --- a/engine/common/host.c +++ b/engine/common/host.c @@ -92,8 +92,9 @@ static void Sys_PrintUsage( void ) O("-minidumps ", "enable writing minidumps when game is crashed") #endif O("-rodir ", "set read-only base directory") - O("-bugcomp ", "enable precise bug compatibility. Will break games that don't require it") - O(" ", "Refer to engine documentation for more info") + O("-bugcomp ", "enable precise bug compatibility") + O(" ", "will break games that don't require it") + O(" ", "refer to engine documentation for more info") O("-disablehelp ", "disable this message") #if !XASH_DEDICATED O("-dedicated ", "run engine in dedicated mode") @@ -106,7 +107,8 @@ static void Sys_PrintUsage( void ) O("-noip6 ", "disable IPv6") O("-ip6 ", "set IPv6 address") O("-port6 ", "set IPv6 port") - O("-clockwindow ", "adjust clockwindow used to ignore client commands to prevent speed hacks") + O("-clockwindow ", "adjust clockwindow used to ignore client commands") + O(" ", "to prevent speed hacks") "\nGame options:\n" O("-game ", "set game directory to start engine with")