Skip to content

Commit

Permalink
Small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
atom0s committed Apr 5, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 700425f commit 2023853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Steamless.CLI/Program.cs
Original file line number Diff line number Diff line change
@@ -70,9 +70,9 @@ static void PrintHeader()
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.");

0 comments on commit 2023853

Please sign in to comment.