-filelist param instructions added to Program.cs

pull/554/head
Ethan 1 year ago committed by GitHub
parent e81c37d665
commit 69be14e98a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -425,7 +425,7 @@ namespace DepotDownloader
Console.WriteLine(" -remember-password - if set, remember the password for subsequent logins of this user. (Use -username <username> -remember-password as login credentials)"); Console.WriteLine(" -remember-password - if set, remember the password for subsequent logins of this user. (Use -username <username> -remember-password as login credentials)");
Console.WriteLine(); Console.WriteLine();
Console.WriteLine(" -dir <installdir> - the directory in which to place downloaded files."); Console.WriteLine(" -dir <installdir> - the directory in which to place downloaded files.");
Console.WriteLine(" -filelist <file.txt> - a list of files to download (from the manifest). Prefix file path with 'regex:' if you want to match with regex."); Console.WriteLine(" -filelist <file.txt> - the name of a file (locally) 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.");
Console.WriteLine(" -validate - Include checksum verification of files already downloaded"); Console.WriteLine(" -validate - Include checksum verification of files already downloaded");
Console.WriteLine(); Console.WriteLine();
Console.WriteLine(" -manifest-only - downloads a human readable manifest for any depots that would be downloaded."); Console.WriteLine(" -manifest-only - downloads a human readable manifest for any depots that would be downloaded.");

Loading…
Cancel
Save