From 559ba38d386a29155ac8d2239e57b1a9f35c64dd Mon Sep 17 00:00:00 2001 From: "Wesley Pyburn (TechNobo)" <10319195+TcNobo@users.noreply.github.com> Date: Wed, 17 Nov 2021 00:17:46 +0200 Subject: [PATCH] Added usage for -remember-password Not very well explained how to use -remember-password. This simple change to the README should contain everything users need to know about it. Also added to code help. --- DepotDownloader/Program.cs | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index 90b6d5fd..d7504869 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; @@ -389,7 +389,7 @@ namespace DepotDownloader Console.WriteLine(); Console.WriteLine("\t-username \t\t- the username of the account to login to for restricted content."); Console.WriteLine("\t-password \t\t- the password of the account to login to for restricted content."); - Console.WriteLine("\t-remember-password\t\t- if set, remember the password for subsequent logins of this user."); + Console.WriteLine("\t-remember-password\t\t- if set, remember the password for subsequent logins of this user. (Use \"-username -remember-password\" as login credentials)"); Console.WriteLine(); Console.WriteLine("\t-dir \t\t- the directory in which to place downloaded files."); Console.WriteLine("\t-filelist \t- a list of files to download (from the manifest). Prefix file path with 'regex:' if you want to match with regex."); diff --git a/README.md b/README.md index 064b7c85..3eaefce1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Parameter | Description -pubfile \<#> | the PublishedFileId to download. (Will automatically resolve to UGC id) -username \ | the username of the account to login to for restricted content. -password \ | the password of the account to login to for restricted content. --remember-password | if set, remember the password for subsequent logins of this user. +-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 \ | a list of files to download (from the manifest). Prefix file path with `regex:` if you want to match with regex. -validate | Include checksum verification of files already downloaded