Console.WriteLine("\t-manifest #\t\t\t- downloads a human readable manifest for the depot.");
Console.WriteLine("\t OR");
Console.WriteLine("\t-game #\t\t\t- the HLDSUpdateTool game server to download." );
Console.WriteLine("\t-game #\t\t\t\t- the HLDSUpdateTool game server to download." );
Console.WriteLine("\t-version [# or \"latest\"]\t- the version of the depot to download.\n");
Console.WriteLine("Optional Parameters:");
@ -178,7 +183,8 @@ namespace DepotDownloader
Console.WriteLine("\t-username user\t\t\t- the username of the account to login to for restricted content.");
Console.WriteLine("\t-password pass\t\t\t- the password of the account to login to for restricted content.");
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.\n");
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.\n");