From 2023853b311dab439a0189f61f4facc40e703fad Mon Sep 17 00:00:00 2001 From: atom0s Date: Mon, 4 Apr 2022 22:03:28 -0700 Subject: [PATCH] Small cleanup. --- Steamless.CLI/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Steamless.CLI/Program.cs b/Steamless.CLI/Program.cs index c4c1838..7d10db6 100644 --- a/Steamless.CLI/Program.cs +++ b/Steamless.CLI/Program.cs @@ -70,9 +70,9 @@ namespace Steamless.CLI static void PrintHelp() { Console.WriteLine("Usage:"); - Console.WriteLine(" Steamless.CLI.exe [options] [file]\n"); + Console.WriteLine(" Steamless.CLI.exe [options] [file]\n\n"); Console.WriteLine("Options:"); - Console.WriteLine(" --quiet"); + Console.WriteLine(" --quiet - Disables output of debug log messages."); Console.WriteLine(" --keepbind - Keeps the .bind section in the unpacked file."); Console.WriteLine(" --keepstub - Keeps the DOS stub in the unpacked file."); Console.WriteLine(" --dumppayload - Dumps the stub payload to disk.");