From 6c37e21364bc9c1769fcdce353ec89e32a6f6566 Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Wed, 29 Apr 2020 16:06:22 +0300 Subject: [PATCH] Updated usage help --- DepotDownloader/Program.cs | 4 ++++ 1 file changed, 4 insertions(+) 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();