diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index 569c4893..351d8d56 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -425,7 +425,7 @@ namespace DepotDownloader Console.WriteLine(" -remember-password - if set, remember the password for subsequent logins of this user. (Use -username -remember-password as login credentials)"); Console.WriteLine(); Console.WriteLine(" -dir - the directory in which to place downloaded files."); - Console.WriteLine(" -filelist - a list of files to download (from the manifest). Prefix file path with 'regex:' if you want to match with regex."); + Console.WriteLine(" -filelist - 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(); Console.WriteLine(" -manifest-only - downloads a human readable manifest for any depots that would be downloaded.");