diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index 0eeea418..51fd9e9e 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -161,6 +161,7 @@ namespace DepotDownloader Console.WriteLine( "\t-cellid <#>\t\t\t- the overridden CellID of the content server to download from." ); Console.WriteLine( "\t-username \t\t\t- the username of the account to login to for restricted content." ); Console.WriteLine( "\t-password \t\t\t- the password of the account to login to for restricted content." ); + Console.WriteLine( "\t-remember-password\t\t\t- if set, remember the password for subsequent logins of this user." ); Console.WriteLine( "\t-dir \t\t\t- the directory in which to place downloaded files." ); Console.WriteLine( "\t-filelist \t\t- a list of files to download (from the manifest). Can optionally use regex to download only certain files." ); Console.WriteLine( "\t-all-platforms\t\t\t- downloads all platform-specific depots when -app is used." );