Console.WriteLine("Error: Unable to find DepotID {0} in the CDR!",currentDepotId);
@ -208,7 +209,8 @@ namespace DepotDownloader
Console.WriteLine("\t-dir installdir\t\t\t- the directory in which to place downloaded files.");
Console.WriteLine("\t-filelist filename.txt\t\t- a list of files to download (from the manifest). Can optionally use regex to download only certain files.");
Console.WriteLine("\t-no-exclude\t\t\t- don't exclude any files when downloading depots with the -game parameter.");
Console.WriteLine("\t-all-platforms\t\t\t- downloads all platform-specific depots when -game or -app is used.\n");
Console.WriteLine("\t-all-platforms\t\t\t- downloads all platform-specific depots when -game or -app is used.");
Console.WriteLine("\t-beta\t\t\t\t- download beta version of depots if available.");