From cb2178cbc74d76287b91355eb3769ffb852d1888 Mon Sep 17 00:00:00 2001 From: "Wesley Pyburn (TechNobo)" <10319195+TcNobo@users.noreply.github.com> Date: Wed, 17 Nov 2021 09:26:07 +0200 Subject: [PATCH] Removed quotes --- DepotDownloader/Program.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index d7504869..5d205329 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -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. (Use \"-username -remember-password\" as login credentials)"); + 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 3eaefce1..b1a7a7a2 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. (Use \"-username -remember-password\" as login credentials) +-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