diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index a3629a39..5fb06f47 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -322,6 +322,10 @@ namespace DepotDownloader Console.WriteLine( "\t-betapassword \t\t- branch password if applicable." ); Console.WriteLine( "\t-all-platforms\t\t\t- downloads all platform-specific depots when -app is used." ); Console.WriteLine( "\t-os \t\t\t\t- the operating system for which to download the game (windows, macos or linux, default: OS the program is currently running on)" ); + Console.WriteLine( "\t-osarch \t\t\t\t- the architecture for which to download the game (32 or 64, default: the host's architecture)" ); + Console.WriteLine( "\t-all-languages\t\t\t\t- download all language-specific depots when -app is used." ); + Console.WriteLine( "\t-language \t\t\t\t- the language for which to download the game (default: english)" ); + Console.WriteLine( "\t-lowviolence\t\t\t\t- download low violence depots when -app is used." ); Console.WriteLine(); Console.WriteLine( "\t-pubfile <#>\t\t\t- the PublishedFileId to download. (Will automatically resolve to UGC id)" ); Console.WriteLine();