1
0
Fork 0
mirror of https://github.com/atom0s/Steamless.git synced 2024-12-19 23:07:41 +01:00

Small cleanup.

This commit is contained in:
atom0s 2022-04-04 22:03:28 -07:00
parent 700425f68a
commit 2023853b31
No known key found for this signature in database
GPG key ID: 37D5FD3494D79AF8

View file

@ -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.");