diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index d11feace..89130b19 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -481,6 +481,9 @@ namespace DepotDownloader Console.WriteLine(" -max-downloads <#> - maximum number of chunks to download concurrently. (default: 8)."); Console.WriteLine(" -loginid <#> - a unique 32-bit integer Steam LogonID in decimal, required if running multiple instances of DepotDownloader concurrently."); Console.WriteLine(" -use-lancache - forces downloads over the local network via a Lancache instance."); + Console.WriteLine(); + Console.WriteLine(" -debug - enable verbose debug logging."); + Console.WriteLine(" -V or --version - print version and runtime."); } static void PrintVersion(bool printExtra = false) diff --git a/README.md b/README.md index 0a23ca4e..bbbef73e 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,14 @@ Parameter | Description `-remember-password` | if set, remember the password for subsequent logins of this user. (Use `-username -remember-password` as login credentials) `-dir ` | the directory in which to place downloaded files. `-filelist ` | the name of a local file that contains a list of files to download (from the manifest). prefix file path with `regex:` if you want to match with regex. each file path should be on their own line. -`-validate` | Include checksum verification of files already downloaded +`-validate` | include checksum verification of files already downloaded. `-manifest-only` | downloads a human readable manifest for any depots that would be downloaded. `-cellid <#>` | the overridden CellID of the content server to download from. `-max-downloads <#>` | maximum number of chunks to download concurrently. (default: 8). -`-loginid <#>` | a unique 32-bit integer Steam LogonID in decimal, required if running multiple instances of DepotDownloader concurrently. -`-use-lancache` | forces downloads over the local network via a Lancache instance -`-V` or `--version` | print version and runtime +`-loginid <#>` | a unique 32-bit integer Steam LogonID in decimal, required if running multiple instances of DepotDownloader concurrently +`-use-lancache` | forces downloads over the local network via a Lancache instance. +`-debug` | enable verbose debug logging. +`-V` or `--version` | print version and runtime. ## Frequently Asked Questions