Console.WriteLine("\t-manifest #\t\t\t- downloads a human readable manifest for the depot.");
Console.WriteLine("\t OR");
Console.WriteLine("\t-app #\t\t\t\t- the AppID to download.");
Console.WriteLine("\t OR");
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");
@ -186,7 +200,7 @@ 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 is used.\n" );
Console.WriteLine("\t-all-platforms\t\t\t- downloads all platform-specific depots when -game or -app is used.\n" );